Html Css Color HEX #A8FA48 Green Yellow

📋 copy color: '#A8FA48'

red 168 ◦ green 250 ◦ blue 72

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

Shades of Green Yellow #A8FA48

Tints of Green Yellow #A8FA48

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.02%

 BLUE value IS 72 (28.52% from 255) = 14.69%

R = 34.29%
G = 51.02%
B = 14.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#A8FA48 (or 0xA8FA48) is known color: Green Yellow. HEX triplet: A8, FA and 48. RGB value is (168,250,72). Sum of RGB (Red+Green+Blue) = 168+250+72=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FA48 is #5705B7. Grayscale: #CDCDCD. Windows color (decimal): -5703096 or 4782760. OLE color: 4782760.

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

Color convert

RGB 168 250 72 -
CMYK 0.33 0 0.71 0.02
HSL 87.64º 0.95% 0.63% -
HSV(B) 87.64º 0.71% 0.98% -
XYZ 51.5 77.16 18.31 -
YUV 205.19 52.83 101.47 -
System Red Green Blue C M Y K H S L
Decimal 168 250 72 0.33 0 0.71 0.02 87.64 0.95 0.63
Hex A8 FA 48 21 0 47 2 58 5F 3F
Octal 250 372 110 41 0 107 2 130 137 77
Binary 10101000 11111010 1001000 100001 0 1000111 10 1011000 1011111 111111

Color Harmonies of #A8FA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA48

Black with #A8FA48

Text Example


Text Example

White with #A8FA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA48; }

 p { color: rgb(168,250,72); }

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

background-color css

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

 a { background-color: rgb(168,250,72); }

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

border-color css

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

 span { border-color: rgb(168,250,72); }

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