Html Css Color HEX #A0CC35 Yellow Green

📋 copy color: '#A0CC35'

red 160 ◦ green 204 ◦ blue 53

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

Shades of Yellow Green #A0CC35

Tints of Yellow Green #A0CC35

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

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

R = 38.37%
G = 48.92%
B = 12.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#A0CC35 (or 0xA0CC35) is known color: Yellow Green. HEX triplet: A0, CC and 35. RGB value is (160,204,53). Sum of RGB (Red+Green+Blue) = 160+204+53=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CC35 is #5F33CA. Grayscale: #AEAEAE. Windows color (decimal): -6239179 or 3525792. OLE color: 3525792.

HSL color Cylindrical-coordinate representation of color #A0CC35: hue angle of 77.48º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0CC35 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 53 -
CMYK 0.22 0 0.74 0.2
HSL 77.48º 0.6% 0.5% -
HSV(B) 77.48º 0.74% 0.8% -
XYZ 36.73 50.92 11.26 -
YUV 173.63 59.92 118.28 -
System Red Green Blue C M Y K H S L
Decimal 160 204 53 0.22 0 0.74 0.2 77.48 0.6 0.5
Hex A0 CC 35 16 0 4A 14 4D 3C 32
Octal 240 314 65 26 0 112 24 115 74 62
Binary 10100000 11001100 110101 10110 0 1001010 10100 1001101 111100 110010

Color Harmonies of #A0CC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC35

Black with #A0CC35

Text Example


Text Example

White with #A0CC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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