Html Css Color HEX #ADF312 Inch Worm

📋 copy color: '#ADF312'

red 173 ◦ green 243 ◦ blue 18

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

Shades of Inch Worm #ADF312

Tints of Inch Worm #ADF312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.99%

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 39.86%
G = 55.99%
B = 4.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#ADF312 (or 0xADF312) is known color: Inch Worm. HEX triplet: AD, F3 and 12. RGB value is (173,243,18). Sum of RGB (Red+Green+Blue) = 173+243+18=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 243 (95.31% from 255 or 55.99% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF312 is #520CED. Grayscale: #C5C5C5. Windows color (decimal): -5377262 or 1242029. OLE color: 1242029.

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

Color convert

RGB 173 243 18 -
CMYK 0.29 0 0.93 0.05
HSL 78.67º 0.9% 0.51% -
HSV(B) 78.67º 0.93% 0.95% -
XYZ 49.39 73.03 12.06 -
YUV 196.42 27.31 111.3 -
System Red Green Blue C M Y K H S L
Decimal 173 243 18 0.29 0 0.93 0.05 78.67 0.9 0.51
Hex AD F3 12 1D 0 5D 5 4F 5A 33
Octal 255 363 22 35 0 135 5 117 132 63
Binary 10101101 11110011 10010 11101 0 1011101 101 1001111 1011010 110011

Color Harmonies of #ADF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF312

Black with #ADF312

Text Example


Text Example

White with #ADF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF312; }

 p { color: rgb(173,243,18); }

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

background-color css

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

 a { background-color: rgb(173,243,18); }

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

border-color css

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

 span { border-color: rgb(173,243,18); }

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