Html Css Color HEX #A5FD1A Green Yellow

📋 copy color: '#A5FD1A'

red 165 ◦ green 253 ◦ blue 26

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

Shades of Green Yellow #A5FD1A

Tints of Green Yellow #A5FD1A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.98%

 BLUE value IS 26 (10.55% from 255) = 5.86%

R = 37.16%
G = 56.98%
B = 5.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#A5FD1A (or 0xA5FD1A) is known color: Green Yellow. HEX triplet: A5, FD and 1A. RGB value is (165,253,26). Sum of RGB (Red+Green+Blue) = 165+253+26=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FD1A is #5A02E5. Grayscale: #C9C9C9. Windows color (decimal): -5898982 or 1768869. OLE color: 1768869.

HSL color Cylindrical-coordinate representation of color #A5FD1A: hue angle of 83.26º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5FD1A is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 253 26 -
CMYK 0.35 0 0.90 0.01
HSL 83.26º 0.98% 0.55% -
HSV(B) 83.26º 0.9% 0.99% -
XYZ 50.83 78.32 13.42 -
YUV 200.81 29.35 102.46 -
System Red Green Blue C M Y K H S L
Decimal 165 253 26 0.35 0 0.90 0.01 83.26 0.98 0.55
Hex A5 FD 1A 23 0 5A 1 53 62 37
Octal 245 375 32 43 0 132 1 123 142 67
Binary 10100101 11111101 11010 100011 0 1011010 1 1010011 1100010 110111

Color Harmonies of #A5FD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD1A

Black with #A5FD1A

Text Example


Text Example

White with #A5FD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD1A; }

 p { color: rgb(165,253,26); }

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

background-color css

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

 a { background-color: rgb(165,253,26); }

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

border-color css

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

 span { border-color: rgb(165,253,26); }

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