Html Css Color HEX #AFF015 Inch Worm

📋 copy color: '#AFF015'

red 175 ◦ green 240 ◦ blue 21

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

Shades of Inch Worm #AFF015

Tints of Inch Worm #AFF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.05%

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

R = 40.14%
G = 55.05%
B = 4.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#AFF015 (or 0xAFF015) is known color: Inch Worm. HEX triplet: AF, F0 and 15. RGB value is (175,240,21). Sum of RGB (Red+Green+Blue) = 175+240+21=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF015 is #500FEA. Grayscale: #C4C4C4. Windows color (decimal): -5246955 or 1437871. OLE color: 1437871.

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

Color convert

RGB 175 240 21 -
CMYK 0.27 0 0.91 0.06
HSL 77.81º 0.88% 0.51% -
HSV(B) 77.81º 0.91% 0.94% -
XYZ 48.97 71.49 11.93 -
YUV 195.6 29.47 113.31 -
System Red Green Blue C M Y K H S L
Decimal 175 240 21 0.27 0 0.91 0.06 77.81 0.88 0.51
Hex AF F0 15 1B 0 5B 6 4E 58 33
Octal 257 360 25 33 0 133 6 116 130 63
Binary 10101111 11110000 10101 11011 0 1011011 110 1001110 1011000 110011

Color Harmonies of #AFF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF015

Black with #AFF015

Text Example


Text Example

White with #AFF015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF015; }

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

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

background-color css

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

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

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

border-color css

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

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

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