#A5F235

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

Shades of Green Yellow #A5F235

Tints of Green Yellow #A5F235

Color information

#A5F235 (or 0xA5F235) is unknown color: approx Green Yellow. HEX triplet: A5, F2 and 35. RGB value is (165,242,53). Sum of RGB (Red+Green+Blue) = 165+242+53=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F235 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F235 is #5A0DCA. Grayscale: #C6C6C6. Windows color (decimal): -5901771 or 3535525. OLE color: 3535525.

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

Color convert

RGB16524253-
CMYK0.3200.780.05
HSL84.44º87.91%57.84%-
HSV(B)84.44º78.1%94.9%-
XYZ47.9171.7614.69-
YUV197.4346.49104.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 242 (94.92% from 255) = 52.61%
BLUE value IS 53 (21.09% from 255) = 11.52%
R=35.87%
G=52.61%
B=11.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165242530.3200.780.0584.4487.9157.84
HexA5F2352004E554583a
Octal24536265400116512413072
Binary10100101111100101101011000000100111010110101001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F235; }

 p { color: rgb(165,242,53); }

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

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

 a { background-color: rgb(165,242,53); }

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

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

 span { border-color: rgb(165,242,53); }

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