Html Css Color HEX #A0E066 Conifer

📋 copy color: '#A0E066'

red 160 ◦ green 224 ◦ blue 102

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

Shades of Conifer #A0E066

Tints of Conifer #A0E066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.99%

R = 32.92%
G = 46.09%
B = 20.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#A0E066 (or 0xA0E066) is known color: Conifer. HEX triplet: A0, E0 and 66. RGB value is (160,224,102). Sum of RGB (Red+Green+Blue) = 160+224+102=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E066 is #5F1F99. Grayscale: #BFBFBF. Windows color (decimal): -6234010 or 6742176. OLE color: 6742176.

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

Color convert

RGB 160 224 102 -
CMYK 0.29 0 0.54 0.12
HSL 91.48º 0.66% 0.64% -
HSV(B) 91.48º 0.54% 0.88% -
XYZ 43.55 61.74 22.19 -
YUV 190.96 77.8 105.92 -
System Red Green Blue C M Y K H S L
Decimal 160 224 102 0.29 0 0.54 0.12 91.48 0.66 0.64
Hex A0 E0 66 1D 0 36 C 5B 42 40
Octal 240 340 146 35 0 66 14 133 102 100
Binary 10100000 11100000 1100110 11101 0 110110 1100 1011011 1000010 1000000

Color Harmonies of #A0E066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E066

Black with #A0E066

Text Example


Text Example

White with #A0E066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E066; }

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

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

background-color css

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

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

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

border-color css

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

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

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