Html Css Color HEX #A0CE65 Olivine

📋 copy color: '#A0CE65'

red 160 ◦ green 206 ◦ blue 101

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

Shades of Olivine #A0CE65

Tints of Olivine #A0CE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 34.26%
G = 44.11%
B = 21.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#A0CE65 (or 0xA0CE65) is known color: Olivine. HEX triplet: A0, CE and 65. RGB value is (160,206,101). Sum of RGB (Red+Green+Blue) = 160+206+101=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE65 is #5F319A. Grayscale: #B4B4B4. Windows color (decimal): -6238619 or 6672032. OLE color: 6672032.

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

Color convert

RGB 160 206 101 -
CMYK 0.22 0 0.51 0.19
HSL 86.29º 0.52% 0.6% -
HSV(B) 86.29º 0.51% 0.81% -
XYZ 38.92 52.56 20.41 -
YUV 180.28 83.26 113.54 -
System Red Green Blue C M Y K H S L
Decimal 160 206 101 0.22 0 0.51 0.19 86.29 0.52 0.6
Hex A0 CE 65 16 0 33 13 56 34 3C
Octal 240 316 145 26 0 63 23 126 64 74
Binary 10100000 11001110 1100101 10110 0 110011 10011 1010110 110100 111100

Color Harmonies of #A0CE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE65

Black with #A0CE65

Text Example


Text Example

White with #A0CE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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