Html Css Color HEX #ADF514 Inch Worm

📋 copy color: '#ADF514'

red 173 ◦ green 245 ◦ blue 20

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

Shades of Inch Worm #ADF514

Tints of Inch Worm #ADF514

RGB

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

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

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

R = 39.5%
G = 55.94%
B = 4.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#ADF514 (or 0xADF514) is known color: Inch Worm. HEX triplet: AD, F5 and 14. RGB value is (173,245,20). Sum of RGB (Red+Green+Blue) = 173+245+20=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF514 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF514 is #520AEB. Grayscale: #C6C6C6. Windows color (decimal): -5376748 or 1373613. OLE color: 1373613.

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

Color convert

RGB 173 245 20 -
CMYK 0.29 0 0.92 0.04
HSL 79.2º 0.92% 0.52% -
HSV(B) 79.2º 0.92% 0.96% -
XYZ 50.01 74.24 12.36 -
YUV 197.82 27.65 110.3 -
System Red Green Blue C M Y K H S L
Decimal 173 245 20 0.29 0 0.92 0.04 79.2 0.92 0.52
Hex AD F5 14 1D 0 5C 4 4F 5C 34
Octal 255 365 24 35 0 134 4 117 134 64
Binary 10101101 11110101 10100 11101 0 1011100 100 1001111 1011100 110100

Color Harmonies of #ADF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF514

Black with #ADF514

Text Example


Text Example

White with #ADF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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