Html Css Color HEX #A5ED30 Green Yellow

📋 copy color: '#A5ED30'

red 165 ◦ green 237 ◦ blue 48

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

Shades of Green Yellow #A5ED30

Tints of Green Yellow #A5ED30

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.67%

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

R = 36.67%
G = 52.67%
B = 10.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#A5ED30 (or 0xA5ED30) is known color: Green Yellow. HEX triplet: A5, ED and 30. RGB value is (165,237,48). Sum of RGB (Red+Green+Blue) = 165+237+48=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5ED30 is #5A12CF. Grayscale: #C2C2C2. Windows color (decimal): -5903056 or 3206565. OLE color: 3206565.

HSL color Cylindrical-coordinate representation of color #A5ED30: hue angle of 82.86º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5ED30 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 237 48 -
CMYK 0.30 0 0.80 0.07
HSL 82.86º 0.84% 0.56% -
HSV(B) 82.86º 0.8% 0.93% -
XYZ 46.33 68.78 13.63 -
YUV 193.93 45.65 107.37 -
System Red Green Blue C M Y K H S L
Decimal 165 237 48 0.30 0 0.80 0.07 82.86 0.84 0.56
Hex A5 ED 30 1E 0 50 7 53 54 38
Octal 245 355 60 36 0 120 7 123 124 70
Binary 10100101 11101101 110000 11110 0 1010000 111 1010011 1010100 111000

Color Harmonies of #A5ED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ED30

Black with #A5ED30

Text Example


Text Example

White with #A5ED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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