Html Css Color HEX #A0E365 Conifer

📋 copy color: '#A0E365'

red 160 ◦ green 227 ◦ blue 101

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

Shades of Conifer #A0E365

Tints of Conifer #A0E365

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.52%

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

R = 32.79%
G = 46.52%
B = 20.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#A0E365 (or 0xA0E365) is known color: Conifer. HEX triplet: A0, E3 and 65. RGB value is (160,227,101). Sum of RGB (Red+Green+Blue) = 160+227+101=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E365 is #5F1C9A. Grayscale: #C1C1C1. Windows color (decimal): -6233243 or 6677408. OLE color: 6677408.

HSL color Cylindrical-coordinate representation of color #A0E365: hue angle of 91.9º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0E365 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 227 101 -
CMYK 0.30 0 0.56 0.11
HSL 91.9º 0.69% 0.64% -
HSV(B) 91.9º 0.56% 0.89% -
XYZ 44.32 63.35 22.2 -
YUV 192.6 76.3 104.75 -
System Red Green Blue C M Y K H S L
Decimal 160 227 101 0.30 0 0.56 0.11 91.9 0.69 0.64
Hex A0 E3 65 1E 0 38 B 5C 45 40
Octal 240 343 145 36 0 70 13 134 105 100
Binary 10100000 11100011 1100101 11110 0 111000 1011 1011100 1000101 1000000

Color Harmonies of #A0E365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E365

Black with #A0E365

Text Example


Text Example

White with #A0E365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E365; }

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

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

background-color css

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

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

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

border-color css

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

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

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