Html Css Color HEX #AFF94C Green Yellow

📋 copy color: '#AFF94C'

red 175 ◦ green 249 ◦ blue 76

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

Shades of Green Yellow #AFF94C

Tints of Green Yellow #AFF94C

RGB

 RED value IS 175 (68.75% from 255) = 35%

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

 BLUE value IS 76 (30.08% from 255) = 15.2%

R = 35%
G = 49.8%
B = 15.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#AFF94C (or 0xAFF94C) is known color: Green Yellow. HEX triplet: AF, F9 and 4C. RGB value is (175,249,76). Sum of RGB (Red+Green+Blue) = 175+249+76=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF94C is #5006B3. Grayscale: #CFCFCF. Windows color (decimal): -5244596 or 5044655. OLE color: 5044655.

HSL color Cylindrical-coordinate representation of color #AFF94C: hue angle of 85.66º degrees, saturation: 0.94, 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 #AFF94C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 76 -
CMYK 0.30 0 0.69 0.02
HSL 85.66º 0.94% 0.64% -
HSV(B) 85.66º 0.69% 0.98% -
XYZ 52.86 77.39 18.99 -
YUV 207.15 53.98 105.07 -
System Red Green Blue C M Y K H S L
Decimal 175 249 76 0.30 0 0.69 0.02 85.66 0.94 0.64
Hex AF F9 4C 1E 0 45 2 56 5E 40
Octal 257 371 114 36 0 105 2 126 136 100
Binary 10101111 11111001 1001100 11110 0 1000101 10 1010110 1011110 1000000

Color Harmonies of #AFF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF94C

Black with #AFF94C

Text Example


Text Example

White with #AFF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF94C; }

 p { color: rgb(175,249,76); }

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

background-color css

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

 a { background-color: rgb(175,249,76); }

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

border-color css

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

 span { border-color: rgb(175,249,76); }

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