Html Css Color HEX #A2CF6E Olivine

📋 copy color: '#A2CF6E'

red 162 ◦ green 207 ◦ blue 110

#A2CF6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A2CF6E

Tints of Olivine #A2CF6E

RGB

 RED value IS 162 (63.67% from 255) = 33.82%

 GREEN value IS 207 (81.25% from 255) = 43.22%

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 33.82%
G = 43.22%
B = 22.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#A2CF6E (or 0xA2CF6E) is known color: Olivine. HEX triplet: A2, CF and 6E. RGB value is (162,207,110). Sum of RGB (Red+Green+Blue) = 162+207+110=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF6E is #5D3091. Grayscale: #B6B6B6. Windows color (decimal): -6107282 or 7262114. OLE color: 7262114.

HSL color Cylindrical-coordinate representation of color #A2CF6E: hue angle of 87.84º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2CF6E is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 207 110 -
CMYK 0.22 0 0.47 0.19
HSL 87.84º 0.5% 0.62% -
HSV(B) 87.84º 0.47% 0.81% -
XYZ 40.03 53.43 22.96 -
YUV 182.49 87.09 113.39 -
System Red Green Blue C M Y K H S L
Decimal 162 207 110 0.22 0 0.47 0.19 87.84 0.5 0.62
Hex A2 CF 6E 16 0 2F 13 58 32 3E
Octal 242 317 156 26 0 57 23 130 62 76
Binary 10100010 11001111 1101110 10110 0 101111 10011 1011000 110010 111110

Color Harmonies of #A2CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CF6E

Black with #A2CF6E

Text Example


Text Example

White with #A2CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CF6E; }

 p { color: rgb(162,207,110); }

 H1.HeaderClassName
 {
   color: #A2CF6E;
 }
 .AnyTagClassName
 {
   color: #A2CF6E;
 }
</style>

background-color css

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

 a { background-color: rgb(162,207,110); }

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

border-color css

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

 span { border-color: rgb(162,207,110); }

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