#A5D26B

Color #A5D26B Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A5D26B

Tints of Olivine #A5D26B

Color information

#A5D26B (or 0xA5D26B) is unknown color: approx Olivine. HEX triplet: A5, D2 and 6B. RGB value is (165,210,107). Sum of RGB (Red+Green+Blue) = 165+210+107=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D26B is #5A2D94. Grayscale: #B9B9B9. Windows color (decimal): -5909909 or 7066277. OLE color: 7066277.

HSL color Cylindrical-coordinate representation of color #A5D26B: hue angle of 86.21º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5D26B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB165210107-
CMYK0.2100.490.18
HSL86.21º53.37%62.16%-
HSV(B)86.21º49.05%82.35%-
XYZ41.2255.1522.38-
YUV184.884.09113.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=34.23%
G=43.57%
B=22.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101070.2100.490.1886.2153.3762.16
HexA5D26B150311256353e
Octal24532215325061221266576
Binary10100101110100101101011101010110001100101010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D26B; }

 p { color: rgb(165,210,107); }

 H1.HeaderClassName
 {
   color: #A5D26B;
 }
 .AnyTagClassName
 {
   color: #A5D26B;
 }
</style>
background-color css

<style>
 a { background-color: #A5D26B; }

 a { background-color: rgb(165,210,107); }

 div.DivClassName
 {
   background-color: #A5D26B;
 }
 .BgClassName
 {
   background-color: #A5D26B;
 }
</style>
border-color css

<style>
 span { border-color: #A5D26B; }

 span { border-color: rgb(165,210,107); }

 td.TdClassName
 {
   border-color: #A5D26B;
 }
 .TagClassName
 {
   border-color: #A5D26B;
 }
</style>