Html Css Color HEX #A8CA6F Olivine

📋 copy color: '#A8CA6F'

red 168 ◦ green 202 ◦ blue 111

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

Shades of Olivine #A8CA6F

Tints of Olivine #A8CA6F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

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

R = 34.93%
G = 42%
B = 23.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#A8CA6F (or 0xA8CA6F) is known color: Olivine. HEX triplet: A8, CA and 6F. RGB value is (168,202,111). Sum of RGB (Red+Green+Blue) = 168+202+111=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA6F is #573590. Grayscale: #B5B5B5. Windows color (decimal): -5715345 or 7326376. OLE color: 7326376.

HSL color Cylindrical-coordinate representation of color #A8CA6F: hue angle of 82.42º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8CA6F is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 111 -
CMYK 0.17 0 0.45 0.21
HSL 82.42º 0.46% 0.61% -
HSV(B) 82.42º 0.45% 0.79% -
XYZ 40.14 51.71 22.91 -
YUV 181.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 168 202 111 0.17 0 0.45 0.21 82.42 0.46 0.61
Hex A8 CA 6F 11 0 2D 15 52 2E 3D
Octal 250 312 157 21 0 55 25 122 56 75
Binary 10101000 11001010 1101111 10001 0 101101 10101 1010010 101110 111101

Color Harmonies of #A8CA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA6F

Black with #A8CA6F

Text Example


Text Example

White with #A8CA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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