Html Css Color HEX #A0CE36 Yellow Green

📋 copy color: '#A0CE36'

red 160 ◦ green 206 ◦ blue 54

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

Shades of Yellow Green #A0CE36

Tints of Yellow Green #A0CE36

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.05%

 BLUE value IS 54 (21.48% from 255) = 12.86%

R = 38.1%
G = 49.05%
B = 12.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#A0CE36 (or 0xA0CE36) is known color: Yellow Green. HEX triplet: A0, CE and 36. RGB value is (160,206,54). Sum of RGB (Red+Green+Blue) = 160+206+54=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE36 is #5F31C9. Grayscale: #AFAFAF. Windows color (decimal): -6238666 or 3591840. OLE color: 3591840.

HSL color Cylindrical-coordinate representation of color #A0CE36: hue angle of 78.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0CE36 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 54 -
CMYK 0.22 0 0.74 0.19
HSL 78.16º 0.61% 0.51% -
HSV(B) 78.16º 0.74% 0.81% -
XYZ 37.23 51.88 11.54 -
YUV 174.92 59.76 117.36 -
System Red Green Blue C M Y K H S L
Decimal 160 206 54 0.22 0 0.74 0.19 78.16 0.61 0.51
Hex A0 CE 36 16 0 4A 13 4E 3D 33
Octal 240 316 66 26 0 112 23 116 75 63
Binary 10100000 11001110 110110 10110 0 1001010 10011 1001110 111101 110011

Color Harmonies of #A0CE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE36

Black with #A0CE36

Text Example


Text Example

White with #A0CE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE36; }

 p { color: rgb(160,206,54); }

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

background-color css

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

 a { background-color: rgb(160,206,54); }

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

border-color css

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

 span { border-color: rgb(160,206,54); }

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