Html Css Color HEX #A0CE33 Yellow Green

📋 copy color: '#A0CE33'

red 160 ◦ green 206 ◦ blue 51

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

Shades of Yellow Green #A0CE33

Tints of Yellow Green #A0CE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.23%

R = 38.37%
G = 49.4%
B = 12.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#A0CE33 (or 0xA0CE33) is known color: Yellow Green. HEX triplet: A0, CE and 33. RGB value is (160,206,51). Sum of RGB (Red+Green+Blue) = 160+206+51=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE33 is #5F31CC. Grayscale: #AFAFAF. Windows color (decimal): -6238669 or 3395232. OLE color: 3395232.

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

Color convert

RGB 160 206 51 -
CMYK 0.22 0 0.75 0.19
HSL 77.81º 0.61% 0.5% -
HSV(B) 77.81º 0.75% 0.81% -
XYZ 37.17 51.86 11.18 -
YUV 174.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 160 206 51 0.22 0 0.75 0.19 77.81 0.61 0.5
Hex A0 CE 33 16 0 4B 13 4E 3D 32
Octal 240 316 63 26 0 113 23 116 75 62
Binary 10100000 11001110 110011 10110 0 1001011 10011 1001110 111101 110010

Color Harmonies of #A0CE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE33

Black with #A0CE33

Text Example


Text Example

White with #A0CE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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