Html Css Color HEX #AFF213 Inch Worm

📋 copy color: '#AFF213'

red 175 ◦ green 242 ◦ blue 19

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

Shades of Inch Worm #AFF213

Tints of Inch Worm #AFF213

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.5%

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

R = 40.14%
G = 55.5%
B = 4.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#AFF213 (or 0xAFF213) is known color: Inch Worm. HEX triplet: AF, F2 and 13. RGB value is (175,242,19). Sum of RGB (Red+Green+Blue) = 175+242+19=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF213 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF213 is #500DEC. Grayscale: #C5C5C5. Windows color (decimal): -5246445 or 1307311. OLE color: 1307311.

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

Color convert

RGB 175 242 19 -
CMYK 0.28 0 0.92 0.05
HSL 78.03º 0.9% 0.51% -
HSV(B) 78.03º 0.92% 0.95% -
XYZ 49.55 72.67 12.03 -
YUV 196.55 27.8 112.63 -
System Red Green Blue C M Y K H S L
Decimal 175 242 19 0.28 0 0.92 0.05 78.03 0.9 0.51
Hex AF F2 13 1C 0 5C 5 4E 5A 33
Octal 257 362 23 34 0 134 5 116 132 63
Binary 10101111 11110010 10011 11100 0 1011100 101 1001110 1011010 110011

Color Harmonies of #AFF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF213

Black with #AFF213

Text Example


Text Example

White with #AFF213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF213; }

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

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

background-color css

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

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

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

border-color css

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

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

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