Html Css Color HEX #A0CB36 Yellow Green

📋 copy color: '#A0CB36'

red 160 ◦ green 203 ◦ blue 54

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

Shades of Yellow Green #A0CB36

Tints of Yellow Green #A0CB36

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.68%

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

R = 38.37%
G = 48.68%
B = 12.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#A0CB36 (or 0xA0CB36) is known color: Yellow Green. HEX triplet: A0, CB and 36. RGB value is (160,203,54). Sum of RGB (Red+Green+Blue) = 160+203+54=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB36 is #5F34C9. Grayscale: #ADADAD. Windows color (decimal): -6239434 or 3591072. OLE color: 3591072.

HSL color Cylindrical-coordinate representation of color #A0CB36: hue angle of 77.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0CB36 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 54 -
CMYK 0.21 0 0.73 0.20
HSL 77.32º 0.59% 0.5% -
HSV(B) 77.32º 0.73% 0.8% -
XYZ 36.52 50.45 11.3 -
YUV 173.16 60.75 118.62 -
System Red Green Blue C M Y K H S L
Decimal 160 203 54 0.21 0 0.73 0.20 77.32 0.59 0.5
Hex A0 CB 36 15 0 49 14 4D 3B 32
Octal 240 313 66 25 0 111 24 115 73 62
Binary 10100000 11001011 110110 10101 0 1001001 10100 1001101 111011 110010

Color Harmonies of #A0CB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB36

Black with #A0CB36

Text Example


Text Example

White with #A0CB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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