Html Css Color HEX #A8F448 Green Yellow

📋 copy color: '#A8F448'

red 168 ◦ green 244 ◦ blue 72

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

Shades of Green Yellow #A8F448

Tints of Green Yellow #A8F448

RGB

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

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

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

R = 34.71%
G = 50.41%
B = 14.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#A8F448 (or 0xA8F448) is known color: Green Yellow. HEX triplet: A8, F4 and 48. RGB value is (168,244,72). Sum of RGB (Red+Green+Blue) = 168+244+72=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F448 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F448 is #570BB7. Grayscale: #CACACA. Windows color (decimal): -5704632 or 4781224. OLE color: 4781224.

HSL color Cylindrical-coordinate representation of color #A8F448: hue angle of 86.51º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F448 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 244 72 -
CMYK 0.31 0 0.70 0.04
HSL 86.51º 0.89% 0.62% -
HSV(B) 86.51º 0.7% 0.96% -
XYZ 49.67 73.49 17.7 -
YUV 201.67 54.82 103.99 -
System Red Green Blue C M Y K H S L
Decimal 168 244 72 0.31 0 0.70 0.04 86.51 0.89 0.62
Hex A8 F4 48 1F 0 46 4 57 59 3E
Octal 250 364 110 37 0 106 4 127 131 76
Binary 10101000 11110100 1001000 11111 0 1000110 100 1010111 1011001 111110

Color Harmonies of #A8F448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F448

Black with #A8F448

Text Example


Text Example

White with #A8F448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F448; }

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

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

background-color css

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

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

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

border-color css

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

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

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