Html Css Color HEX #A1CA77 Olivine

📋 copy color: '#A1CA77'

red 161 ◦ green 202 ◦ blue 119

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

Shades of Olivine #A1CA77

Tints of Olivine #A1CA77

RGB

 RED value IS 161 (63.28% from 255) = 33.4%

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

 BLUE value IS 119 (46.88% from 255) = 24.69%

R = 33.4%
G = 41.91%
B = 24.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#A1CA77 (or 0xA1CA77) is known color: Olivine. HEX triplet: A1, CA and 77. RGB value is (161,202,119). Sum of RGB (Red+Green+Blue) = 161+202+119=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA77 is #5E3588. Grayscale: #B4B4B4. Windows color (decimal): -6174089 or 7850657. OLE color: 7850657.

HSL color Cylindrical-coordinate representation of color #A1CA77: hue angle of 89.64º 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 #A1CA77 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 202 119 -
CMYK 0.20 0 0.41 0.21
HSL 89.64º 0.44% 0.63% -
HSV(B) 89.64º 0.41% 0.79% -
XYZ 39.15 51.15 25.26 -
YUV 180.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 161 202 119 0.20 0 0.41 0.21 89.64 0.44 0.63
Hex A1 CA 77 14 0 29 15 5A 2C 3F
Octal 241 312 167 24 0 51 25 132 54 77
Binary 10100001 11001010 1110111 10100 0 101001 10101 1011010 101100 111111

Color Harmonies of #A1CA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA77

Black with #A1CA77

Text Example


Text Example

White with #A1CA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA77; }

 p { color: rgb(161,202,119); }

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

background-color css

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

 a { background-color: rgb(161,202,119); }

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

border-color css

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

 span { border-color: rgb(161,202,119); }

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