Html Css Color HEX #A8F94D Green Yellow

📋 copy color: '#A8F94D'

red 168 ◦ green 249 ◦ blue 77

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

Shades of Green Yellow #A8F94D

Tints of Green Yellow #A8F94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 34.01%
G = 50.4%
B = 15.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#A8F94D (or 0xA8F94D) is known color: Green Yellow. HEX triplet: A8, F9 and 4D. RGB value is (168,249,77). Sum of RGB (Red+Green+Blue) = 168+249+77=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F94D is #5706B2. Grayscale: #CDCDCD. Windows color (decimal): -5703347 or 5110184. OLE color: 5110184.

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

Color convert

RGB 168 249 77 -
CMYK 0.33 0 0.69 0.02
HSL 88.26º 0.93% 0.64% -
HSV(B) 88.26º 0.69% 0.98% -
XYZ 51.36 76.61 19.1 -
YUV 205.17 55.66 101.49 -
System Red Green Blue C M Y K H S L
Decimal 168 249 77 0.33 0 0.69 0.02 88.26 0.93 0.64
Hex A8 F9 4D 21 0 45 2 58 5D 40
Octal 250 371 115 41 0 105 2 130 135 100
Binary 10101000 11111001 1001101 100001 0 1000101 10 1011000 1011101 1000000

Color Harmonies of #A8F94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F94D

Black with #A8F94D

Text Example


Text Example

White with #A8F94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F94D; }

 p { color: rgb(168,249,77); }

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

background-color css

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

 a { background-color: rgb(168,249,77); }

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

border-color css

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

 span { border-color: rgb(168,249,77); }

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