Html Css Color HEX #A5EA32 Green Yellow

📋 copy color: '#A5EA32'

red 165 ◦ green 234 ◦ blue 50

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

Shades of Green Yellow #A5EA32

Tints of Green Yellow #A5EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.12%

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 36.75%
G = 52.12%
B = 11.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#A5EA32 (or 0xA5EA32) is known color: Green Yellow. HEX triplet: A5, EA and 32. RGB value is (165,234,50). Sum of RGB (Red+Green+Blue) = 165+234+50=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EA32 is #5A15CD. Grayscale: #C1C1C1. Windows color (decimal): -5903822 or 3336869. OLE color: 3336869.

HSL color Cylindrical-coordinate representation of color #A5EA32: hue angle of 82.5º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5EA32 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 50 -
CMYK 0.29 0 0.79 0.08
HSL 82.5º 0.81% 0.56% -
HSV(B) 82.5º 0.79% 0.92% -
XYZ 45.52 67.08 13.57 -
YUV 192.39 47.64 108.46 -
System Red Green Blue C M Y K H S L
Decimal 165 234 50 0.29 0 0.79 0.08 82.5 0.81 0.56
Hex A5 EA 32 1D 0 4F 8 52 51 38
Octal 245 352 62 35 0 117 10 122 121 70
Binary 10100101 11101010 110010 11101 0 1001111 1000 1010010 1010001 111000

Color Harmonies of #A5EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EA32

Black with #A5EA32

Text Example


Text Example

White with #A5EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EA32; }

 p { color: rgb(165,234,50); }

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

background-color css

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

 a { background-color: rgb(165,234,50); }

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

border-color css

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

 span { border-color: rgb(165,234,50); }

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