Html Css Color HEX #A5CA79 Olivine

📋 copy color: '#A5CA79'

red 165 ◦ green 202 ◦ blue 121

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

Shades of Olivine #A5CA79

Tints of Olivine #A5CA79

RGB

 RED value IS 165 (64.84% from 255) = 33.81%

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

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 33.81%
G = 41.39%
B = 24.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#A5CA79 (or 0xA5CA79) is known color: Olivine. HEX triplet: A5, CA and 79. RGB value is (165,202,121). Sum of RGB (Red+Green+Blue) = 165+202+121=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA79 is #5A3586. Grayscale: #B5B5B5. Windows color (decimal): -5911943 or 7981733. OLE color: 7981733.

HSL color Cylindrical-coordinate representation of color #A5CA79: hue angle of 87.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5CA79 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 121 -
CMYK 0.18 0 0.40 0.21
HSL 87.41º 0.43% 0.63% -
HSV(B) 87.41º 0.4% 0.79% -
XYZ 40.09 51.62 25.94 -
YUV 181.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 165 202 121 0.18 0 0.40 0.21 87.41 0.43 0.63
Hex A5 CA 79 12 0 28 15 57 2B 3F
Octal 245 312 171 22 0 50 25 127 53 77
Binary 10100101 11001010 1111001 10010 0 101000 10101 1010111 101011 111111

Color Harmonies of #A5CA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA79

Black with #A5CA79

Text Example


Text Example

White with #A5CA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA79; }

 p { color: rgb(165,202,121); }

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

background-color css

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

 a { background-color: rgb(165,202,121); }

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

border-color css

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

 span { border-color: rgb(165,202,121); }

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