Html Css Color HEX #A4CA78 Olivine

📋 copy color: '#A4CA78'

red 164 ◦ green 202 ◦ blue 120

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

Shades of Olivine #A4CA78

Tints of Olivine #A4CA78

RGB

 RED value IS 164 (64.45% from 255) = 33.74%

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

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 33.74%
G = 41.56%
B = 24.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#A4CA78 (or 0xA4CA78) is known color: Olivine. HEX triplet: A4, CA and 78. RGB value is (164,202,120). Sum of RGB (Red+Green+Blue) = 164+202+120=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA78 is #5B3587. Grayscale: #B5B5B5. Windows color (decimal): -5977480 or 7916196. OLE color: 7916196.

HSL color Cylindrical-coordinate representation of color #A4CA78: hue angle of 87.8º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4CA78 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 120 -
CMYK 0.19 0 0.41 0.21
HSL 87.8º 0.44% 0.63% -
HSV(B) 87.8º 0.41% 0.79% -
XYZ 39.82 51.49 25.61 -
YUV 181.29 93.41 115.67 -
System Red Green Blue C M Y K H S L
Decimal 164 202 120 0.19 0 0.41 0.21 87.8 0.44 0.63
Hex A4 CA 78 13 0 29 15 58 2C 3F
Octal 244 312 170 23 0 51 25 130 54 77
Binary 10100100 11001010 1111000 10011 0 101001 10101 1011000 101100 111111

Color Harmonies of #A4CA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA78

Black with #A4CA78

Text Example


Text Example

White with #A4CA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA78; }

 p { color: rgb(164,202,120); }

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

background-color css

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

 a { background-color: rgb(164,202,120); }

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

border-color css

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

 span { border-color: rgb(164,202,120); }

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