Html Css Color HEX #A0CD64 Olivine

📋 copy color: '#A0CD64'

red 160 ◦ green 205 ◦ blue 100

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

Shades of Olivine #A0CD64

Tints of Olivine #A0CD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

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

R = 34.41%
G = 44.09%
B = 21.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#A0CD64 (or 0xA0CD64) is known color: Olivine. HEX triplet: A0, CD and 64. RGB value is (160,205,100). Sum of RGB (Red+Green+Blue) = 160+205+100=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD64 is #5F329B. Grayscale: #B3B3B3. Windows color (decimal): -6238876 or 6606240. OLE color: 6606240.

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

Color convert

RGB 160 205 100 -
CMYK 0.22 0 0.51 0.20
HSL 85.71º 0.51% 0.6% -
HSV(B) 85.71º 0.51% 0.8% -
XYZ 38.63 52.06 20.07 -
YUV 179.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 160 205 100 0.22 0 0.51 0.20 85.71 0.51 0.6
Hex A0 CD 64 16 0 33 14 56 33 3C
Octal 240 315 144 26 0 63 24 126 63 74
Binary 10100000 11001101 1100100 10110 0 110011 10100 1010110 110011 111100

Color Harmonies of #A0CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD64

Black with #A0CD64

Text Example


Text Example

White with #A0CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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