Html Css Color HEX #AFF613 Inch Worm

📋 copy color: '#AFF613'

red 175 ◦ green 246 ◦ blue 19

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

Shades of Inch Worm #AFF613

Tints of Inch Worm #AFF613

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.91%

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

R = 39.77%
G = 55.91%
B = 4.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#AFF613 (or 0xAFF613) is known color: Inch Worm. HEX triplet: AF, F6 and 13. RGB value is (175,246,19). Sum of RGB (Red+Green+Blue) = 175+246+19=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 246 (96.48% from 255 or 55.91% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF613 is #5009EC. Grayscale: #C7C7C7. Windows color (decimal): -5245421 or 1308335. OLE color: 1308335.

HSL color Cylindrical-coordinate representation of color #AFF613: hue angle of 78.77º degrees, saturation: 0.93, 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 #AFF613 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 19 -
CMYK 0.29 0 0.92 0.04
HSL 78.77º 0.93% 0.52% -
HSV(B) 78.77º 0.92% 0.96% -
XYZ 50.75 75.07 12.43 -
YUV 198.89 26.48 110.96 -
System Red Green Blue C M Y K H S L
Decimal 175 246 19 0.29 0 0.92 0.04 78.77 0.93 0.52
Hex AF F6 13 1D 0 5C 4 4F 5D 34
Octal 257 366 23 35 0 134 4 117 135 64
Binary 10101111 11110110 10011 11101 0 1011100 100 1001111 1011101 110100

Color Harmonies of #AFF613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF613

Black with #AFF613

Text Example


Text Example

White with #AFF613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF613; }

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

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

background-color css

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

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

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

border-color css

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

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

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