Html Css Color HEX #A0C65A Olivine

📋 copy color: '#A0C65A'

red 160 ◦ green 198 ◦ blue 90

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

Shades of Olivine #A0C65A

Tints of Olivine #A0C65A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.2%

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 35.71%
G = 44.2%
B = 20.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#A0C65A (or 0xA0C65A) is known color: Olivine. HEX triplet: A0, C6 and 5A. RGB value is (160,198,90). Sum of RGB (Red+Green+Blue) = 160+198+90=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C65A is #5F39A5. Grayscale: #AEAEAE. Windows color (decimal): -6240678 or 5949088. OLE color: 5949088.

HSL color Cylindrical-coordinate representation of color #A0C65A: hue angle of 81.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0C65A is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 198 90 -
CMYK 0.19 0 0.55 0.22
HSL 81.11º 0.49% 0.56% -
HSV(B) 81.11º 0.55% 0.78% -
XYZ 36.54 48.6 17.13 -
YUV 174.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 160 198 90 0.19 0 0.55 0.22 81.11 0.49 0.56
Hex A0 C6 5A 13 0 37 16 51 31 38
Octal 240 306 132 23 0 67 26 121 61 70
Binary 10100000 11000110 1011010 10011 0 110111 10110 1010001 110001 111000

Color Harmonies of #A0C65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C65A

Black with #A0C65A

Text Example


Text Example

White with #A0C65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C65A; }

 p { color: rgb(160,198,90); }

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

background-color css

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

 a { background-color: rgb(160,198,90); }

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

border-color css

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

 span { border-color: rgb(160,198,90); }

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