Html Css Color HEX #A5CC71 Olivine

📋 copy color: '#A5CC71'

red 165 ◦ green 204 ◦ blue 113

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

Shades of Olivine #A5CC71

Tints of Olivine #A5CC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

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

R = 34.23%
G = 42.32%
B = 23.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#A5CC71 (or 0xA5CC71) is known color: Olivine. HEX triplet: A5, CC and 71. RGB value is (165,204,113). Sum of RGB (Red+Green+Blue) = 165+204+113=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC71 is #5A338E. Grayscale: #B6B6B6. Windows color (decimal): -5911439 or 7457957. OLE color: 7457957.

HSL color Cylindrical-coordinate representation of color #A5CC71: hue angle of 85.71º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5CC71 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 113 -
CMYK 0.19 0 0.45 0.2
HSL 85.71º 0.47% 0.62% -
HSV(B) 85.71º 0.45% 0.8% -
XYZ 40.09 52.38 23.62 -
YUV 181.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 165 204 113 0.19 0 0.45 0.2 85.71 0.47 0.62
Hex A5 CC 71 13 0 2D 14 56 2F 3E
Octal 245 314 161 23 0 55 24 126 57 76
Binary 10100101 11001100 1110001 10011 0 101101 10100 1010110 101111 111110

Color Harmonies of #A5CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC71

Black with #A5CC71

Text Example


Text Example

White with #A5CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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