Html Css Color HEX #AFF21A Inch Worm

📋 copy color: '#AFF21A'

red 175 ◦ green 242 ◦ blue 26

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

Shades of Inch Worm #AFF21A

Tints of Inch Worm #AFF21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.87%

R = 39.5%
G = 54.63%
B = 5.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#AFF21A (or 0xAFF21A) is known color: Inch Worm. HEX triplet: AF, F2 and 1A. RGB value is (175,242,26). Sum of RGB (Red+Green+Blue) = 175+242+26=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF21A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF21A is #500DE5. Grayscale: #C6C6C6. Windows color (decimal): -5246438 or 1766063. OLE color: 1766063.

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

Color convert

RGB 175 242 26 -
CMYK 0.28 0 0.89 0.05
HSL 78.61º 0.89% 0.53% -
HSV(B) 78.61º 0.89% 0.95% -
XYZ 49.62 72.69 12.39 -
YUV 197.34 31.3 112.06 -
System Red Green Blue C M Y K H S L
Decimal 175 242 26 0.28 0 0.89 0.05 78.61 0.89 0.53
Hex AF F2 1A 1C 0 59 5 4F 59 35
Octal 257 362 32 34 0 131 5 117 131 65
Binary 10101111 11110010 11010 11100 0 1011001 101 1001111 1011001 110101

Color Harmonies of #AFF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF21A

Black with #AFF21A

Text Example


Text Example

White with #AFF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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