Html Css Color HEX #AFF22C Green Yellow

📋 copy color: '#AFF22C'

red 175 ◦ green 242 ◦ blue 44

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

Shades of Green Yellow #AFF22C

Tints of Green Yellow #AFF22C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.49%

 BLUE value IS 44 (17.58% from 255) = 9.54%

R = 37.96%
G = 52.49%
B = 9.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#AFF22C (or 0xAFF22C) is known color: Green Yellow. HEX triplet: AF, F2 and 2C. RGB value is (175,242,44). Sum of RGB (Red+Green+Blue) = 175+242+44=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF22C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF22C is #500DD3. Grayscale: #C8C8C8. Windows color (decimal): -5246420 or 2945711. OLE color: 2945711.

HSL color Cylindrical-coordinate representation of color #AFF22C: hue angle of 80.3º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFF22C is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 44 -
CMYK 0.28 0 0.82 0.05
HSL 80.3º 0.88% 0.56% -
HSV(B) 80.3º 0.82% 0.95% -
XYZ 49.89 72.8 13.81 -
YUV 199.4 40.3 110.6 -
System Red Green Blue C M Y K H S L
Decimal 175 242 44 0.28 0 0.82 0.05 80.3 0.88 0.56
Hex AF F2 2C 1C 0 52 5 50 58 38
Octal 257 362 54 34 0 122 5 120 130 70
Binary 10101111 11110010 101100 11100 0 1010010 101 1010000 1011000 111000

Color Harmonies of #AFF22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF22C

Black with #AFF22C

Text Example


Text Example

White with #AFF22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF22C; }

 p { color: rgb(175,242,44); }

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

background-color css

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

 a { background-color: rgb(175,242,44); }

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

border-color css

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

 span { border-color: rgb(175,242,44); }

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