Html Css Color HEX #A0CA65 Olivine

📋 copy color: '#A0CA65'

red 160 ◦ green 202 ◦ blue 101

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

Shades of Olivine #A0CA65

Tints of Olivine #A0CA65

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.63%

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

R = 34.56%
G = 43.63%
B = 21.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#A0CA65 (or 0xA0CA65) is known color: Olivine. HEX triplet: A0, CA and 65. RGB value is (160,202,101). Sum of RGB (Red+Green+Blue) = 160+202+101=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA65 is #5F359A. Grayscale: #B2B2B2. Windows color (decimal): -6239643 or 6671008. OLE color: 6671008.

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

Color convert

RGB 160 202 101 -
CMYK 0.21 0 0.50 0.21
HSL 84.95º 0.49% 0.59% -
HSV(B) 84.95º 0.5% 0.79% -
XYZ 37.97 50.65 20.09 -
YUV 177.93 84.59 115.21 -
System Red Green Blue C M Y K H S L
Decimal 160 202 101 0.21 0 0.50 0.21 84.95 0.49 0.59
Hex A0 CA 65 15 0 32 15 55 31 3B
Octal 240 312 145 25 0 62 25 125 61 73
Binary 10100000 11001010 1100101 10101 0 110010 10101 1010101 110001 111011

Color Harmonies of #A0CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA65

Black with #A0CA65

Text Example


Text Example

White with #A0CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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