Html Css Color HEX #A5EE32 Green Yellow

📋 copy color: '#A5EE32'

red 165 ◦ green 238 ◦ blue 50

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

Shades of Green Yellow #A5EE32

Tints of Green Yellow #A5EE32

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.54%

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

R = 36.42%
G = 52.54%
B = 11.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#A5EE32 (or 0xA5EE32) is known color: Green Yellow. HEX triplet: A5, EE and 32. RGB value is (165,238,50). Sum of RGB (Red+Green+Blue) = 165+238+50=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EE32 is #5A11CD. Grayscale: #C3C3C3. Windows color (decimal): -5902798 or 3337893. OLE color: 3337893.

HSL color Cylindrical-coordinate representation of color #A5EE32: hue angle of 83.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5EE32 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 50 -
CMYK 0.31 0 0.79 0.07
HSL 83.3º 0.85% 0.56% -
HSV(B) 83.3º 0.79% 0.93% -
XYZ 46.67 69.38 13.95 -
YUV 194.74 46.32 106.79 -
System Red Green Blue C M Y K H S L
Decimal 165 238 50 0.31 0 0.79 0.07 83.3 0.85 0.56
Hex A5 EE 32 1F 0 4F 7 53 55 38
Octal 245 356 62 37 0 117 7 123 125 70
Binary 10100101 11101110 110010 11111 0 1001111 111 1010011 1010101 111000

Color Harmonies of #A5EE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EE32

Black with #A5EE32

Text Example


Text Example

White with #A5EE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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