Html Css Color HEX #AFF446 Green Yellow

📋 copy color: '#AFF446'

red 175 ◦ green 244 ◦ blue 70

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

Shades of Green Yellow #AFF446

Tints of Green Yellow #AFF446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 35.79%
G = 49.9%
B = 14.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#AFF446 (or 0xAFF446) is known color: Green Yellow. HEX triplet: AF, F4 and 46. RGB value is (175,244,70). Sum of RGB (Red+Green+Blue) = 175+244+70=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF446 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF446 is #500BB9. Grayscale: #CCCCCC. Windows color (decimal): -5245882 or 4650159. OLE color: 4650159.

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

Color convert

RGB 175 244 70 -
CMYK 0.28 0 0.71 0.04
HSL 83.79º 0.89% 0.62% -
HSV(B) 83.79º 0.71% 0.96% -
XYZ 51.14 74.26 17.43 -
YUV 203.53 52.64 107.65 -
System Red Green Blue C M Y K H S L
Decimal 175 244 70 0.28 0 0.71 0.04 83.79 0.89 0.62
Hex AF F4 46 1C 0 47 4 54 59 3E
Octal 257 364 106 34 0 107 4 124 131 76
Binary 10101111 11110100 1000110 11100 0 1000111 100 1010100 1011001 111110

Color Harmonies of #AFF446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF446

Black with #AFF446

Text Example


Text Example

White with #AFF446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF446; }

 p { color: rgb(175,244,70); }

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

background-color css

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

 a { background-color: rgb(175,244,70); }

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

border-color css

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

 span { border-color: rgb(175,244,70); }

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