Html Css Color HEX #AFF11D Inch Worm

📋 copy color: '#AFF11D'

red 175 ◦ green 241 ◦ blue 29

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

Shades of Inch Worm #AFF11D

Tints of Inch Worm #AFF11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.52%

R = 39.33%
G = 54.16%
B = 6.52%

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

#AFF11D (or 0xAFF11D) is known color: Inch Worm. HEX triplet: AF, F1 and 1D. RGB value is (175,241,29). Sum of RGB (Red+Green+Blue) = 175+241+29=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF11D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF11D is #500EE2. Grayscale: #C5C5C5. Windows color (decimal): -5246691 or 1962415. OLE color: 1962415.

HSL color Cylindrical-coordinate representation of color #AFF11D: hue angle of 78.68º 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 #AFF11D is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 29 -
CMYK 0.27 0 0.88 0.05
HSL 78.68º 0.88% 0.53% -
HSV(B) 78.68º 0.88% 0.95% -
XYZ 49.36 72.11 12.48 -
YUV 197.1 33.13 112.24 -
System Red Green Blue C M Y K H S L
Decimal 175 241 29 0.27 0 0.88 0.05 78.68 0.88 0.53
Hex AF F1 1D 1B 0 58 5 4F 58 35
Octal 257 361 35 33 0 130 5 117 130 65
Binary 10101111 11110001 11101 11011 0 1011000 101 1001111 1011000 110101

Color Harmonies of #AFF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF11D

Black with #AFF11D

Text Example


Text Example

White with #AFF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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