Html Css Color HEX #A0EA5C Conifer

📋 copy color: '#A0EA5C'

red 160 ◦ green 234 ◦ blue 92

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

Shades of Conifer #A0EA5C

Tints of Conifer #A0EA5C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.15%

 BLUE value IS 92 (36.33% from 255) = 18.93%

R = 32.92%
G = 48.15%
B = 18.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#A0EA5C (or 0xA0EA5C) is known color: Conifer. HEX triplet: A0, EA and 5C. RGB value is (160,234,92). Sum of RGB (Red+Green+Blue) = 160+234+92=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA5C is #5F15A3. Grayscale: #C4C4C4. Windows color (decimal): -6231460 or 6089376. OLE color: 6089376.

HSL color Cylindrical-coordinate representation of color #A0EA5C: hue angle of 91.27º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0EA5C is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 92 -
CMYK 0.32 0 0.61 0.08
HSL 91.27º 0.77% 0.64% -
HSV(B) 91.27º 0.61% 0.92% -
XYZ 45.85 67.09 20.66 -
YUV 195.69 69.48 102.55 -
System Red Green Blue C M Y K H S L
Decimal 160 234 92 0.32 0 0.61 0.08 91.27 0.77 0.64
Hex A0 EA 5C 20 0 3D 8 5B 4D 40
Octal 240 352 134 40 0 75 10 133 115 100
Binary 10100000 11101010 1011100 100000 0 111101 1000 1011011 1001101 1000000

Color Harmonies of #A0EA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EA5C

Black with #A0EA5C

Text Example


Text Example

White with #A0EA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EA5C; }

 p { color: rgb(160,234,92); }

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

background-color css

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

 a { background-color: rgb(160,234,92); }

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

border-color css

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

 span { border-color: rgb(160,234,92); }

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