Html Css Color HEX #A0E35D Conifer

📋 copy color: '#A0E35D'

red 160 ◦ green 227 ◦ blue 93

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

Shades of Conifer #A0E35D

Tints of Conifer #A0E35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.38%

R = 33.33%
G = 47.29%
B = 19.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#A0E35D (or 0xA0E35D) is known color: Conifer. HEX triplet: A0, E3 and 5D. RGB value is (160,227,93). Sum of RGB (Red+Green+Blue) = 160+227+93=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E35D is #5F1CA2. Grayscale: #C0C0C0. Windows color (decimal): -6233251 or 6153120. OLE color: 6153120.

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

Color convert

RGB 160 227 93 -
CMYK 0.30 0 0.59 0.11
HSL 90º 0.71% 0.63% -
HSV(B) 90º 0.59% 0.89% -
XYZ 43.94 63.2 20.24 -
YUV 191.69 72.3 105.4 -
System Red Green Blue C M Y K H S L
Decimal 160 227 93 0.30 0 0.59 0.11 90 0.71 0.63
Hex A0 E3 5D 1E 0 3B B 5A 47 3F
Octal 240 343 135 36 0 73 13 132 107 77
Binary 10100000 11100011 1011101 11110 0 111011 1011 1011010 1000111 111111

Color Harmonies of #A0E35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E35D

Black with #A0E35D

Text Example


Text Example

White with #A0E35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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