Html Css Color HEX #A0CF63 Olivine

📋 copy color: '#A0CF63'

red 160 ◦ green 207 ◦ blue 99

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

Shades of Olivine #A0CF63

Tints of Olivine #A0CF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.24%

R = 34.33%
G = 44.42%
B = 21.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#A0CF63 (or 0xA0CF63) is known color: Olivine. HEX triplet: A0, CF and 63. RGB value is (160,207,99). Sum of RGB (Red+Green+Blue) = 160+207+99=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF63 is #5F309C. Grayscale: #B5B5B5. Windows color (decimal): -6238365 or 6541216. OLE color: 6541216.

HSL color Cylindrical-coordinate representation of color #A0CF63: hue angle of 86.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0CF63 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 99 -
CMYK 0.23 0 0.52 0.19
HSL 86.11º 0.53% 0.6% -
HSV(B) 86.11º 0.52% 0.81% -
XYZ 39.06 53 19.98 -
YUV 180.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 160 207 99 0.23 0 0.52 0.19 86.11 0.53 0.6
Hex A0 CF 63 17 0 34 13 56 35 3C
Octal 240 317 143 27 0 64 23 126 65 74
Binary 10100000 11001111 1100011 10111 0 110100 10011 1010110 110101 111100

Color Harmonies of #A0CF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF63

Black with #A0CF63

Text Example


Text Example

White with #A0CF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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