Html Css Color HEX #A5F42E Green Yellow

📋 copy color: '#A5F42E'

red 165 ◦ green 244 ◦ blue 46

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

Shades of Green Yellow #A5F42E

Tints of Green Yellow #A5F42E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.63%

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 36.26%
G = 53.63%
B = 10.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#A5F42E (or 0xA5F42E) is known color: Green Yellow. HEX triplet: A5, F4 and 2E. RGB value is (165,244,46). Sum of RGB (Red+Green+Blue) = 165+244+46=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F42E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F42E is #5A0BD1. Grayscale: #C6C6C6. Windows color (decimal): -5901266 or 3077285. OLE color: 3077285.

HSL color Cylindrical-coordinate representation of color #A5F42E: hue angle of 83.94º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5F42E is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 46 -
CMYK 0.32 0 0.81 0.04
HSL 83.94º 0.9% 0.57% -
HSV(B) 83.94º 0.81% 0.96% -
XYZ 48.36 72.9 14.11 -
YUV 197.81 42.33 104.6 -
System Red Green Blue C M Y K H S L
Decimal 165 244 46 0.32 0 0.81 0.04 83.94 0.9 0.57
Hex A5 F4 2E 20 0 51 4 54 5A 39
Octal 245 364 56 40 0 121 4 124 132 71
Binary 10100101 11110100 101110 100000 0 1010001 100 1010100 1011010 111001

Color Harmonies of #A5F42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F42E

Black with #A5F42E

Text Example


Text Example

White with #A5F42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F42E; }

 p { color: rgb(165,244,46); }

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

background-color css

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

 a { background-color: rgb(165,244,46); }

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

border-color css

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

 span { border-color: rgb(165,244,46); }

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