Html Css Color HEX #A5CA71 Olivine

📋 copy color: '#A5CA71'

red 165 ◦ green 202 ◦ blue 113

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

Shades of Olivine #A5CA71

Tints of Olivine #A5CA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 34.38%
G = 42.08%
B = 23.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A5CA71 (or 0xA5CA71) is known color: Olivine. HEX triplet: A5, CA and 71. RGB value is (165,202,113). Sum of RGB (Red+Green+Blue) = 165+202+113=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA71 is #5A358E. Grayscale: #B5B5B5. Windows color (decimal): -5911951 or 7457445. OLE color: 7457445.

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

Color convert

RGB 165 202 113 -
CMYK 0.18 0 0.44 0.21
HSL 84.94º 0.46% 0.62% -
HSV(B) 84.94º 0.44% 0.79% -
XYZ 39.62 51.43 23.46 -
YUV 180.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 165 202 113 0.18 0 0.44 0.21 84.94 0.46 0.62
Hex A5 CA 71 12 0 2C 15 55 2E 3E
Octal 245 312 161 22 0 54 25 125 56 76
Binary 10100101 11001010 1110001 10010 0 101100 10101 1010101 101110 111110

Color Harmonies of #A5CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA71

Black with #A5CA71

Text Example


Text Example

White with #A5CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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