Html Css Color HEX #AFF115 Inch Worm

📋 copy color: '#AFF115'

red 175 ◦ green 241 ◦ blue 21

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

Shades of Inch Worm #AFF115

Tints of Inch Worm #AFF115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.81%

R = 40.05%
G = 55.15%
B = 4.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#AFF115 (or 0xAFF115) is known color: Inch Worm. HEX triplet: AF, F1 and 15. RGB value is (175,241,21). Sum of RGB (Red+Green+Blue) = 175+241+21=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF115 is #500EEA. Grayscale: #C5C5C5. Windows color (decimal): -5246699 or 1438127. OLE color: 1438127.

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

Color convert

RGB 175 241 21 -
CMYK 0.27 0 0.91 0.05
HSL 78º 0.89% 0.51% -
HSV(B) 78º 0.91% 0.95% -
XYZ 49.27 72.08 12.03 -
YUV 196.19 29.13 112.89 -
System Red Green Blue C M Y K H S L
Decimal 175 241 21 0.27 0 0.91 0.05 78 0.89 0.51
Hex AF F1 15 1B 0 5B 5 4E 59 33
Octal 257 361 25 33 0 133 5 116 131 63
Binary 10101111 11110001 10101 11011 0 1011011 101 1001110 1011001 110011

Color Harmonies of #AFF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF115

Black with #AFF115

Text Example


Text Example

White with #AFF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF115; }

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

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

background-color css

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

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

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

border-color css

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

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

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