#A0F233

Color #A0F233 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A0F233

Tints of Green Yellow #A0F233

Color information

#A0F233 (or 0xA0F233) is unknown color: approx Green Yellow. HEX triplet: A0, F2 and 33. RGB value is (160,242,51). Sum of RGB (Red+Green+Blue) = 160+242+51=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F233 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F233 is #5F0DCC. Grayscale: #C4C4C4. Windows color (decimal): -6229453 or 3404448. OLE color: 3404448.

HSL color Cylindrical-coordinate representation of color #A0F233: hue angle of 85.76º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0F233 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB16024251-
CMYK0.3400.790.05
HSL85.76º88.02%57.45%-
HSV(B)85.76º78.93%94.9%-
XYZ46.8571.2214.41-
YUV195.7146.33102.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 242 (94.92% from 255) = 53.42%
BLUE value IS 51 (20.31% from 255) = 11.26%
R=35.32%
G=53.42%
B=11.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160242510.3400.790.0585.7688.0257.45
HexA0F2332204F5565839
Octal24036263420117512613071
Binary10100000111100101100111000100100111110110101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F233; }

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

 H1.HeaderClassName
 {
   color: #A0F233;
 }
 .AnyTagClassName
 {
   color: #A0F233;
 }
</style>
background-color css

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

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

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

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

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

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