Html Css Color HEX #ADF512 Inch Worm

📋 copy color: '#ADF512'

red 173 ◦ green 245 ◦ blue 18

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

Shades of Inch Worm #ADF512

Tints of Inch Worm #ADF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.19%

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

R = 39.68%
G = 56.19%
B = 4.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#ADF512 (or 0xADF512) is known color: Inch Worm. HEX triplet: AD, F5 and 12. RGB value is (173,245,18). Sum of RGB (Red+Green+Blue) = 173+245+18=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF512 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF512 is #520AED. Grayscale: #C6C6C6. Windows color (decimal): -5376750 or 1242541. OLE color: 1242541.

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

Color convert

RGB 173 245 18 -
CMYK 0.29 0 0.93 0.04
HSL 79.03º 0.92% 0.52% -
HSV(B) 79.03º 0.93% 0.96% -
XYZ 50 74.23 12.27 -
YUV 197.59 26.65 110.46 -
System Red Green Blue C M Y K H S L
Decimal 173 245 18 0.29 0 0.93 0.04 79.03 0.92 0.52
Hex AD F5 12 1D 0 5D 4 4F 5C 34
Octal 255 365 22 35 0 135 4 117 134 64
Binary 10101101 11110101 10010 11101 0 1011101 100 1001111 1011100 110100

Color Harmonies of #ADF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF512

Black with #ADF512

Text Example


Text Example

White with #ADF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF512; }

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

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

background-color css

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

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

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

border-color css

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

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

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