Html Css Color HEX #A0CF71 Olivine

📋 copy color: '#A0CF71'

red 160 ◦ green 207 ◦ blue 113

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

Shades of Olivine #A0CF71

Tints of Olivine #A0CF71

RGB

 RED value IS 160 (62.89% from 255) = 33.33%

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

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

R = 33.33%
G = 43.13%
B = 23.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A0CF71 (or 0xA0CF71) is known color: Olivine. HEX triplet: A0, CF and 71. RGB value is (160,207,113). Sum of RGB (Red+Green+Blue) = 160+207+113=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF71 is #5F308E. Grayscale: #B6B6B6. Windows color (decimal): -6238351 or 7458720. OLE color: 7458720.

HSL color Cylindrical-coordinate representation of color #A0CF71: hue angle of 90º 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 #A0CF71 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 113 -
CMYK 0.23 0 0.45 0.19
HSL 90º 0.49% 0.63% -
HSV(B) 90º 0.45% 0.81% -
XYZ 39.79 53.29 23.81 -
YUV 182.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 160 207 113 0.23 0 0.45 0.19 90 0.49 0.63
Hex A0 CF 71 17 0 2D 13 5A 31 3F
Octal 240 317 161 27 0 55 23 132 61 77
Binary 10100000 11001111 1110001 10111 0 101101 10011 1011010 110001 111111

Color Harmonies of #A0CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF71

Black with #A0CF71

Text Example


Text Example

White with #A0CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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