Html Css Color HEX #A8CA6A Olivine

📋 copy color: '#A8CA6A'

red 168 ◦ green 202 ◦ blue 106

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

Shades of Olivine #A8CA6A

Tints of Olivine #A8CA6A

RGB

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

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

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

R = 35.29%
G = 42.44%
B = 22.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#A8CA6A (or 0xA8CA6A) is known color: Olivine. HEX triplet: A8, CA and 6A. RGB value is (168,202,106). Sum of RGB (Red+Green+Blue) = 168+202+106=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA6A is #573595. Grayscale: #B5B5B5. Windows color (decimal): -5715350 or 6998696. OLE color: 6998696.

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

Color convert

RGB 168 202 106 -
CMYK 0.17 0 0.48 0.21
HSL 81.25º 0.48% 0.6% -
HSV(B) 81.25º 0.48% 0.79% -
XYZ 39.87 51.61 21.5 -
YUV 180.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 168 202 106 0.17 0 0.48 0.21 81.25 0.48 0.6
Hex A8 CA 6A 11 0 30 15 51 30 3C
Octal 250 312 152 21 0 60 25 121 60 74
Binary 10101000 11001010 1101010 10001 0 110000 10101 1010001 110000 111100

Color Harmonies of #A8CA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA6A

Black with #A8CA6A

Text Example


Text Example

White with #A8CA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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