Html Css Color HEX #ADF614 Inch Worm

📋 copy color: '#ADF614'

red 173 ◦ green 246 ◦ blue 20

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

Shades of Inch Worm #ADF614

Tints of Inch Worm #ADF614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.56%

R = 39.41%
G = 56.04%
B = 4.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#ADF614 (or 0xADF614) is known color: Inch Worm. HEX triplet: AD, F6 and 14. RGB value is (173,246,20). Sum of RGB (Red+Green+Blue) = 173+246+20=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF614 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF614 is #5209EB. Grayscale: #C7C7C7. Windows color (decimal): -5376492 or 1373869. OLE color: 1373869.

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

Color convert

RGB 173 246 20 -
CMYK 0.30 0 0.92 0.04
HSL 79.38º 0.93% 0.52% -
HSV(B) 79.38º 0.92% 0.96% -
XYZ 50.32 74.85 12.46 -
YUV 198.41 27.32 109.88 -
System Red Green Blue C M Y K H S L
Decimal 173 246 20 0.30 0 0.92 0.04 79.38 0.93 0.52
Hex AD F6 14 1E 0 5C 4 4F 5D 34
Octal 255 366 24 36 0 134 4 117 135 64
Binary 10101101 11110110 10100 11110 0 1011100 100 1001111 1011101 110100

Color Harmonies of #ADF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF614

Black with #ADF614

Text Example


Text Example

White with #ADF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF614; }

 p { color: rgb(173,246,20); }

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

background-color css

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

 a { background-color: rgb(173,246,20); }

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

border-color css

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

 span { border-color: rgb(173,246,20); }

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