Html Css Color HEX #A5FC28 Green Yellow

📋 copy color: '#A5FC28'

red 165 ◦ green 252 ◦ blue 40

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

Shades of Green Yellow #A5FC28

Tints of Green Yellow #A5FC28

RGB

 RED value IS 165 (64.84% from 255) = 36.11%

 GREEN value IS 252 (98.83% from 255) = 55.14%

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 36.11%
G = 55.14%
B = 8.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#A5FC28 (or 0xA5FC28) is known color: Green Yellow. HEX triplet: A5, FC and 28. RGB value is (165,252,40). Sum of RGB (Red+Green+Blue) = 165+252+40=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FC28 is #5A03D7. Grayscale: #CACACA. Windows color (decimal): -5899224 or 2686117. OLE color: 2686117.

HSL color Cylindrical-coordinate representation of color #A5FC28: hue angle of 84.62º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5FC28 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 252 40 -
CMYK 0.35 0 0.84 0.01
HSL 84.62º 0.97% 0.57% -
HSV(B) 84.62º 0.84% 0.99% -
XYZ 50.71 77.77 14.35 -
YUV 201.82 36.68 101.74 -
System Red Green Blue C M Y K H S L
Decimal 165 252 40 0.35 0 0.84 0.01 84.62 0.97 0.57
Hex A5 FC 28 23 0 54 1 55 61 39
Octal 245 374 50 43 0 124 1 125 141 71
Binary 10100101 11111100 101000 100011 0 1010100 1 1010101 1100001 111001

Color Harmonies of #A5FC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FC28

Black with #A5FC28

Text Example


Text Example

White with #A5FC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FC28; }

 p { color: rgb(165,252,40); }

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

background-color css

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

 a { background-color: rgb(165,252,40); }

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

border-color css

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

 span { border-color: rgb(165,252,40); }

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