Html Css Color HEX #A0CB64 Olivine

📋 copy color: '#A0CB64'

red 160 ◦ green 203 ◦ blue 100

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

Shades of Olivine #A0CB64

Tints of Olivine #A0CB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

 BLUE value IS 100 (39.45% from 255) = 21.6%

R = 34.56%
G = 43.84%
B = 21.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#A0CB64 (or 0xA0CB64) is known color: Olivine. HEX triplet: A0, CB and 64. RGB value is (160,203,100). Sum of RGB (Red+Green+Blue) = 160+203+100=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB64 is #5F349B. Grayscale: #B2B2B2. Windows color (decimal): -6239388 or 6605728. OLE color: 6605728.

HSL color Cylindrical-coordinate representation of color #A0CB64: hue angle of 85.05º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0CB64 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 100 -
CMYK 0.21 0 0.51 0.20
HSL 85.05º 0.5% 0.59% -
HSV(B) 85.05º 0.51% 0.8% -
XYZ 38.15 51.11 19.91 -
YUV 178.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 160 203 100 0.21 0 0.51 0.20 85.05 0.5 0.59
Hex A0 CB 64 15 0 33 14 55 32 3B
Octal 240 313 144 25 0 63 24 125 62 73
Binary 10100000 11001011 1100100 10101 0 110011 10100 1010101 110010 111011

Color Harmonies of #A0CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB64

Black with #A0CB64

Text Example


Text Example

White with #A0CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB64; }

 p { color: rgb(160,203,100); }

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

background-color css

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

 a { background-color: rgb(160,203,100); }

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

border-color css

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

 span { border-color: rgb(160,203,100); }

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