Html Css Color HEX #A8FD1A Green Yellow

📋 copy color: '#A8FD1A'

red 168 ◦ green 253 ◦ blue 26

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

Shades of Green Yellow #A8FD1A

Tints of Green Yellow #A8FD1A

RGB

 RED value IS 168 (66.02% from 255) = 37.58%

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

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

R = 37.58%
G = 56.6%
B = 5.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#A8FD1A (or 0xA8FD1A) is known color: Green Yellow. HEX triplet: A8, FD and 1A. RGB value is (168,253,26). Sum of RGB (Red+Green+Blue) = 168+253+26=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FD1A is #5702E5. Grayscale: #CACACA. Windows color (decimal): -5702374 or 1768872. OLE color: 1768872.

HSL color Cylindrical-coordinate representation of color #A8FD1A: hue angle of 82.47º 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 #A8FD1A is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 26 -
CMYK 0.34 0 0.90 0.01
HSL 82.47º 0.98% 0.55% -
HSV(B) 82.47º 0.9% 0.99% -
XYZ 51.46 78.65 13.45 -
YUV 201.71 28.84 103.96 -
System Red Green Blue C M Y K H S L
Decimal 168 253 26 0.34 0 0.90 0.01 82.47 0.98 0.55
Hex A8 FD 1A 22 0 5A 1 52 62 37
Octal 250 375 32 42 0 132 1 122 142 67
Binary 10101000 11111101 11010 100010 0 1011010 1 1010010 1100010 110111

Color Harmonies of #A8FD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD1A

Black with #A8FD1A

Text Example


Text Example

White with #A8FD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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