Html Css Color HEX #A0CE63 Olivine

📋 copy color: '#A0CE63'

red 160 ◦ green 206 ◦ blue 99

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

Shades of Olivine #A0CE63

Tints of Olivine #A0CE63

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.3%

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

R = 34.41%
G = 44.3%
B = 21.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#A0CE63 (or 0xA0CE63) is known color: Olivine. HEX triplet: A0, CE and 63. RGB value is (160,206,99). Sum of RGB (Red+Green+Blue) = 160+206+99=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE63 is #5F319C. Grayscale: #B4B4B4. Windows color (decimal): -6238621 or 6540960. OLE color: 6540960.

HSL color Cylindrical-coordinate representation of color #A0CE63: hue angle of 85.79º degrees, saturation: 0.52, 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 #A0CE63 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 99 -
CMYK 0.22 0 0.52 0.19
HSL 85.79º 0.52% 0.6% -
HSV(B) 85.79º 0.52% 0.81% -
XYZ 38.82 52.52 19.9 -
YUV 180.05 82.26 113.7 -
System Red Green Blue C M Y K H S L
Decimal 160 206 99 0.22 0 0.52 0.19 85.79 0.52 0.6
Hex A0 CE 63 16 0 34 13 56 34 3C
Octal 240 316 143 26 0 64 23 126 64 74
Binary 10100000 11001110 1100011 10110 0 110100 10011 1010110 110100 111100

Color Harmonies of #A0CE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE63

Black with #A0CE63

Text Example


Text Example

White with #A0CE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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