Html Css Color HEX #A5F130 Green Yellow

📋 copy color: '#A5F130'

red 165 ◦ green 241 ◦ blue 48

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

Shades of Green Yellow #A5F130

Tints of Green Yellow #A5F130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.08%

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 36.34%
G = 53.08%
B = 10.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#A5F130 (or 0xA5F130) is known color: Green Yellow. HEX triplet: A5, F1 and 30. RGB value is (165,241,48). Sum of RGB (Red+Green+Blue) = 165+241+48=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F130 is #5A0ECF. Grayscale: #C4C4C4. Windows color (decimal): -5902032 or 3207589. OLE color: 3207589.

HSL color Cylindrical-coordinate representation of color #A5F130: hue angle of 83.63º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5F130 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 48 -
CMYK 0.32 0 0.80 0.05
HSL 83.63º 0.87% 0.57% -
HSV(B) 83.63º 0.8% 0.95% -
XYZ 47.51 71.12 14.02 -
YUV 196.27 44.32 105.69 -
System Red Green Blue C M Y K H S L
Decimal 165 241 48 0.32 0 0.80 0.05 83.63 0.87 0.57
Hex A5 F1 30 20 0 50 5 54 57 39
Octal 245 361 60 40 0 120 5 124 127 71
Binary 10100101 11110001 110000 100000 0 1010000 101 1010100 1010111 111001

Color Harmonies of #A5F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F130

Black with #A5F130

Text Example


Text Example

White with #A5F130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F130; }

 p { color: rgb(165,241,48); }

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

background-color css

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

 a { background-color: rgb(165,241,48); }

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

border-color css

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

 span { border-color: rgb(165,241,48); }

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