Html Css Color HEX #A0E060 Conifer

📋 copy color: '#A0E060'

red 160 ◦ green 224 ◦ blue 96

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

Shades of Conifer #A0E060

Tints of Conifer #A0E060

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

 BLUE value IS 96 (37.89% from 255) = 20%

R = 33.33%
G = 46.67%
B = 20%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#A0E060 (or 0xA0E060) is known color: Conifer. HEX triplet: A0, E0 and 60. RGB value is (160,224,96). Sum of RGB (Red+Green+Blue) = 160+224+96=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E060 is #5F1F9F. Grayscale: #BEBEBE. Windows color (decimal): -6234016 or 6348960. OLE color: 6348960.

HSL color Cylindrical-coordinate representation of color #A0E060: hue angle of 90º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0E060 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 96 -
CMYK 0.29 0 0.57 0.12
HSL 90º 0.67% 0.63% -
HSV(B) 90º 0.57% 0.88% -
XYZ 43.26 61.63 20.68 -
YUV 190.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 160 224 96 0.29 0 0.57 0.12 90 0.67 0.63
Hex A0 E0 60 1D 0 39 C 5A 43 3F
Octal 240 340 140 35 0 71 14 132 103 77
Binary 10100000 11100000 1100000 11101 0 111001 1100 1011010 1000011 111111

Color Harmonies of #A0E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E060

Black with #A0E060

Text Example


Text Example

White with #A0E060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E060; }

 p { color: rgb(160,224,96); }

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

background-color css

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

 a { background-color: rgb(160,224,96); }

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

border-color css

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

 span { border-color: rgb(160,224,96); }

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