Html Css Color HEX #9ADC14 Inch Worm

📋 copy color: '#9ADC14'

red 154 ◦ green 220 ◦ blue 20

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

Shades of Inch Worm #9ADC14

Tints of Inch Worm #9ADC14

RGB

 RED value IS 154 (60.55% from 255) = 39.09%

 GREEN value IS 220 (86.33% from 255) = 55.84%

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

R = 39.09%
G = 55.84%
B = 5.08%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#9ADC14 (or 0x9ADC14) is known color: Inch Worm. HEX triplet: 9A, DC and 14. RGB value is (154,220,20). Sum of RGB (Red+Green+Blue) = 154+220+20=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADC14 is #6523EB. Grayscale: #B2B2B2. Windows color (decimal): -6628332 or 1367194. OLE color: 1367194.

HSL color Cylindrical-coordinate representation of color #9ADC14: hue angle of 79.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ADC14 is Cyan = 0.3, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 20 -
CMYK 0.3 0 0.91 0.14
HSL 79.8º 0.83% 0.47% -
HSV(B) 79.8º 0.91% 0.86% -
XYZ 39.05 58.11 9.82 -
YUV 177.47 39.13 111.26 -
System Red Green Blue C M Y K H S L
Decimal 154 220 20 0.3 0 0.91 0.14 79.8 0.83 0.47
Hex 9A DC 14 1E 0 5B E 50 53 2F
Octal 232 334 24 36 0 133 16 120 123 57
Binary 10011010 11011100 10100 11110 0 1011011 1110 1010000 1010011 101111

Color Harmonies of #9ADC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC14

Black with #9ADC14

Text Example


Text Example

White with #9ADC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADC14; }

 p { color: rgb(154,220,20); }

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

background-color css

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

 a { background-color: rgb(154,220,20); }

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

border-color css

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

 span { border-color: rgb(154,220,20); }

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