Html Css Color HEX #A8D06F Olivine

📋 copy color: '#A8D06F'

red 168 ◦ green 208 ◦ blue 111

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

Shades of Olivine #A8D06F

Tints of Olivine #A8D06F

RGB

 RED value IS 168 (66.02% from 255) = 34.5%

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 111 (43.75% from 255) = 22.79%

R = 34.5%
G = 42.71%
B = 22.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#A8D06F (or 0xA8D06F) is known color: Olivine. HEX triplet: A8, D0 and 6F. RGB value is (168,208,111). Sum of RGB (Red+Green+Blue) = 168+208+111=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D06F is #572F90. Grayscale: #B9B9B9. Windows color (decimal): -5713809 or 7327912. OLE color: 7327912.

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

Color convert

RGB 168 208 111 -
CMYK 0.19 0 0.47 0.18
HSL 84.74º 0.51% 0.63% -
HSV(B) 84.74º 0.47% 0.82% -
XYZ 41.57 54.58 23.38 -
YUV 184.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 168 208 111 0.19 0 0.47 0.18 84.74 0.51 0.63
Hex A8 D0 6F 13 0 2F 12 55 33 3F
Octal 250 320 157 23 0 57 22 125 63 77
Binary 10101000 11010000 1101111 10011 0 101111 10010 1010101 110011 111111

Color Harmonies of #A8D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D06F

Black with #A8D06F

Text Example


Text Example

White with #A8D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D06F; }

 p { color: rgb(168,208,111); }

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

background-color css

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

 a { background-color: rgb(168,208,111); }

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

border-color css

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

 span { border-color: rgb(168,208,111); }

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