Html Css Color HEX #A5F442 Green Yellow

📋 copy color: '#A5F442'

red 165 ◦ green 244 ◦ blue 66

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

Shades of Green Yellow #A5F442

Tints of Green Yellow #A5F442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.89%

R = 34.74%
G = 51.37%
B = 13.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#A5F442 (or 0xA5F442) is known color: Green Yellow. HEX triplet: A5, F4 and 42. RGB value is (165,244,66). Sum of RGB (Red+Green+Blue) = 165+244+66=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F442 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F442 is #5A0BBD. Grayscale: #C8C8C8. Windows color (decimal): -5901246 or 4388005. OLE color: 4388005.

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

Color convert

RGB 165 244 66 -
CMYK 0.32 0 0.73 0.04
HSL 86.63º 0.89% 0.61% -
HSV(B) 86.63º 0.73% 0.96% -
XYZ 48.85 73.09 16.69 -
YUV 200.09 52.33 102.97 -
System Red Green Blue C M Y K H S L
Decimal 165 244 66 0.32 0 0.73 0.04 86.63 0.89 0.61
Hex A5 F4 42 20 0 49 4 57 59 3D
Octal 245 364 102 40 0 111 4 127 131 75
Binary 10100101 11110100 1000010 100000 0 1001001 100 1010111 1011001 111101

Color Harmonies of #A5F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F442

Black with #A5F442

Text Example


Text Example

White with #A5F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F442; }

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

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

background-color css

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

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

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

border-color css

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

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

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