Html Css Color HEX #A5F946 Green Yellow

📋 copy color: '#A5F946'

red 165 ◦ green 249 ◦ blue 70

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

Shades of Green Yellow #A5F946

Tints of Green Yellow #A5F946

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.45%

 BLUE value IS 70 (27.73% from 255) = 14.46%

R = 34.09%
G = 51.45%
B = 14.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#A5F946 (or 0xA5F946) is known color: Green Yellow. HEX triplet: A5, F9 and 46. RGB value is (165,249,70). Sum of RGB (Red+Green+Blue) = 165+249+70=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F946 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F946 is #5A06B9. Grayscale: #CCCCCC. Windows color (decimal): -5899962 or 4651429. OLE color: 4651429.

HSL color Cylindrical-coordinate representation of color #A5F946: hue angle of 88.16º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5F946 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 70 -
CMYK 0.34 0 0.72 0.02
HSL 88.16º 0.94% 0.63% -
HSV(B) 88.16º 0.72% 0.98% -
XYZ 50.5 76.19 17.84 -
YUV 203.48 52.67 100.55 -
System Red Green Blue C M Y K H S L
Decimal 165 249 70 0.34 0 0.72 0.02 88.16 0.94 0.63
Hex A5 F9 46 22 0 48 2 58 5E 3F
Octal 245 371 106 42 0 110 2 130 136 77
Binary 10100101 11111001 1000110 100010 0 1001000 10 1011000 1011110 111111

Color Harmonies of #A5F946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F946

Black with #A5F946

Text Example


Text Example

White with #A5F946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F946; }

 p { color: rgb(165,249,70); }

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

background-color css

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

 a { background-color: rgb(165,249,70); }

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

border-color css

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

 span { border-color: rgb(165,249,70); }

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