Html Css Color HEX #A1CF71 Olivine

📋 copy color: '#A1CF71'

red 161 ◦ green 207 ◦ blue 113

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

Shades of Olivine #A1CF71

Tints of Olivine #A1CF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

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

R = 33.47%
G = 43.04%
B = 23.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A1CF71 (or 0xA1CF71) is known color: Olivine. HEX triplet: A1, CF and 71. RGB value is (161,207,113). Sum of RGB (Red+Green+Blue) = 161+207+113=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF71 is #5E308E. Grayscale: #B6B6B6. Windows color (decimal): -6172815 or 7458721. OLE color: 7458721.

HSL color Cylindrical-coordinate representation of color #A1CF71: hue angle of 89.36º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1CF71 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 207 113 -
CMYK 0.22 0 0.45 0.19
HSL 89.36º 0.49% 0.63% -
HSV(B) 89.36º 0.45% 0.81% -
XYZ 39.99 53.39 23.82 -
YUV 182.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 161 207 113 0.22 0 0.45 0.19 89.36 0.49 0.63
Hex A1 CF 71 16 0 2D 13 59 31 3F
Octal 241 317 161 26 0 55 23 131 61 77
Binary 10100001 11001111 1110001 10110 0 101101 10011 1011001 110001 111111

Color Harmonies of #A1CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CF71

Black with #A1CF71

Text Example


Text Example

White with #A1CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CF71; }

 p { color: rgb(161,207,113); }

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

background-color css

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

 a { background-color: rgb(161,207,113); }

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

border-color css

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

 span { border-color: rgb(161,207,113); }

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