Html Css Color HEX #A9CF6A Olivine

📋 copy color: '#A9CF6A'

red 169 ◦ green 207 ◦ blue 106

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

Shades of Olivine #A9CF6A

Tints of Olivine #A9CF6A

RGB

 RED value IS 169 (66.41% from 255) = 35.06%

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 35.06%
G = 42.95%
B = 21.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#A9CF6A (or 0xA9CF6A) is known color: Olivine. HEX triplet: A9, CF and 6A. RGB value is (169,207,106). Sum of RGB (Red+Green+Blue) = 169+207+106=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CF6A is #563095. Grayscale: #B8B8B8. Windows color (decimal): -5648534 or 6999977. OLE color: 6999977.

HSL color Cylindrical-coordinate representation of color #A9CF6A: hue angle of 82.57º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9CF6A is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 207 106 -
CMYK 0.18 0 0.49 0.19
HSL 82.57º 0.51% 0.61% -
HSV(B) 82.57º 0.49% 0.81% -
XYZ 41.28 54.1 21.9 -
YUV 184.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 169 207 106 0.18 0 0.49 0.19 82.57 0.51 0.61
Hex A9 CF 6A 12 0 31 13 53 33 3D
Octal 251 317 152 22 0 61 23 123 63 75
Binary 10101001 11001111 1101010 10010 0 110001 10011 1010011 110011 111101

Color Harmonies of #A9CF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CF6A

Black with #A9CF6A

Text Example


Text Example

White with #A9CF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CF6A; }

 p { color: rgb(169,207,106); }

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

background-color css

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

 a { background-color: rgb(169,207,106); }

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

border-color css

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

 span { border-color: rgb(169,207,106); }

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