Html Css Color HEX #A0CE35 Yellow Green

📋 copy color: '#A0CE35'

red 160 ◦ green 206 ◦ blue 53

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

Shades of Yellow Green #A0CE35

Tints of Yellow Green #A0CE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.65%

R = 38.19%
G = 49.16%
B = 12.65%

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

#A0CE35 (or 0xA0CE35) is known color: Yellow Green. HEX triplet: A0, CE and 35. RGB value is (160,206,53). Sum of RGB (Red+Green+Blue) = 160+206+53=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE35 is #5F31CA. Grayscale: #AFAFAF. Windows color (decimal): -6238667 or 3526304. OLE color: 3526304.

HSL color Cylindrical-coordinate representation of color #A0CE35: hue angle of 78.04º 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 #A0CE35 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 53 -
CMYK 0.22 0 0.74 0.19
HSL 78.04º 0.61% 0.51% -
HSV(B) 78.04º 0.74% 0.81% -
XYZ 37.21 51.87 11.42 -
YUV 174.8 59.26 117.44 -
System Red Green Blue C M Y K H S L
Decimal 160 206 53 0.22 0 0.74 0.19 78.04 0.61 0.51
Hex A0 CE 35 16 0 4A 13 4E 3D 33
Octal 240 316 65 26 0 112 23 116 75 63
Binary 10100000 11001110 110101 10110 0 1001010 10011 1001110 111101 110011

Color Harmonies of #A0CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE35

Black with #A0CE35

Text Example


Text Example

White with #A0CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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