Html Css Color HEX #AFF413 Inch Worm

📋 copy color: '#AFF413'

red 175 ◦ green 244 ◦ blue 19

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

Shades of Inch Worm #AFF413

Tints of Inch Worm #AFF413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.71%

 BLUE value IS 19 (7.81% from 255) = 4.34%

R = 39.95%
G = 55.71%
B = 4.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#AFF413 (or 0xAFF413) is known color: Inch Worm. HEX triplet: AF, F4 and 13. RGB value is (175,244,19). Sum of RGB (Red+Green+Blue) = 175+244+19=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 244 (95.70% from 255 or 55.71% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF413 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF413 is #500BEC. Grayscale: #C6C6C6. Windows color (decimal): -5245933 or 1307823. OLE color: 1307823.

HSL color Cylindrical-coordinate representation of color #AFF413: hue angle of 78.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFF413 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 19 -
CMYK 0.28 0 0.92 0.04
HSL 78.4º 0.91% 0.52% -
HSV(B) 78.4º 0.92% 0.96% -
XYZ 50.15 73.86 12.23 -
YUV 197.72 27.14 111.8 -
System Red Green Blue C M Y K H S L
Decimal 175 244 19 0.28 0 0.92 0.04 78.4 0.91 0.52
Hex AF F4 13 1C 0 5C 4 4E 5B 34
Octal 257 364 23 34 0 134 4 116 133 64
Binary 10101111 11110100 10011 11100 0 1011100 100 1001110 1011011 110100

Color Harmonies of #AFF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF413

Black with #AFF413

Text Example


Text Example

White with #AFF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF413; }

 p { color: rgb(175,244,19); }

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

background-color css

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

 a { background-color: rgb(175,244,19); }

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

border-color css

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

 span { border-color: rgb(175,244,19); }

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