Html Css Color HEX #ADF213 Inch Worm

📋 copy color: '#ADF213'

red 173 ◦ green 242 ◦ blue 19

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

Shades of Inch Worm #ADF213

Tints of Inch Worm #ADF213

RGB

 RED value IS 173 (67.97% from 255) = 39.86%

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

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

R = 39.86%
G = 55.76%
B = 4.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#ADF213 (or 0xADF213) is known color: Inch Worm. HEX triplet: AD, F2 and 13. RGB value is (173,242,19). Sum of RGB (Red+Green+Blue) = 173+242+19=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF213 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF213 is #520DEC. Grayscale: #C4C4C4. Windows color (decimal): -5377517 or 1307309. OLE color: 1307309.

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

Color convert

RGB 173 242 19 -
CMYK 0.29 0 0.92 0.05
HSL 78.57º 0.9% 0.51% -
HSV(B) 78.57º 0.92% 0.95% -
XYZ 49.1 72.44 12.01 -
YUV 195.95 28.14 111.63 -
System Red Green Blue C M Y K H S L
Decimal 173 242 19 0.29 0 0.92 0.05 78.57 0.9 0.51
Hex AD F2 13 1D 0 5C 5 4F 5A 33
Octal 255 362 23 35 0 134 5 117 132 63
Binary 10101101 11110010 10011 11101 0 1011100 101 1001111 1011010 110011

Color Harmonies of #ADF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF213

Black with #ADF213

Text Example


Text Example

White with #ADF213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF213; }

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

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

background-color css

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

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

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

border-color css

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

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

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