Html Css Color HEX #AFF11C Inch Worm

📋 copy color: '#AFF11C'

red 175 ◦ green 241 ◦ blue 28

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

Shades of Inch Worm #AFF11C

Tints of Inch Worm #AFF11C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.28%

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 39.41%
G = 54.28%
B = 6.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#AFF11C (or 0xAFF11C) is known color: Inch Worm. HEX triplet: AF, F1 and 1C. RGB value is (175,241,28). Sum of RGB (Red+Green+Blue) = 175+241+28=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF11C is #500EE3. Grayscale: #C5C5C5. Windows color (decimal): -5246692 or 1896879. OLE color: 1896879.

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

Color convert

RGB 175 241 28 -
CMYK 0.27 0 0.88 0.05
HSL 78.59º 0.88% 0.53% -
HSV(B) 78.59º 0.88% 0.95% -
XYZ 49.34 72.11 12.42 -
YUV 196.98 32.63 112.32 -
System Red Green Blue C M Y K H S L
Decimal 175 241 28 0.27 0 0.88 0.05 78.59 0.88 0.53
Hex AF F1 1C 1B 0 58 5 4F 58 35
Octal 257 361 34 33 0 130 5 117 130 65
Binary 10101111 11110001 11100 11011 0 1011000 101 1001111 1011000 110101

Color Harmonies of #AFF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF11C

Black with #AFF11C

Text Example


Text Example

White with #AFF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF11C; }

 p { color: rgb(175,241,28); }

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

background-color css

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

 a { background-color: rgb(175,241,28); }

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

border-color css

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

 span { border-color: rgb(175,241,28); }

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