Html Css Color HEX #9ADF14 Inch Worm

📋 copy color: '#9ADF14'

red 154 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #9ADF14

Tints of Inch Worm #9ADF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.17%

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

R = 38.79%
G = 56.17%
B = 5.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#9ADF14 (or 0x9ADF14) is known color: Inch Worm. HEX triplet: 9A, DF and 14. RGB value is (154,223,20). Sum of RGB (Red+Green+Blue) = 154+223+20=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADF14 is #6520EB. Grayscale: #B3B3B3. Windows color (decimal): -6627564 or 1367962. OLE color: 1367962.

HSL color Cylindrical-coordinate representation of color #9ADF14: hue angle of 80.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ADF14 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 20 -
CMYK 0.31 0 0.91 0.13
HSL 80.39º 0.84% 0.48% -
HSV(B) 80.39º 0.91% 0.87% -
XYZ 39.84 59.7 10.08 -
YUV 179.23 38.14 110.01 -
System Red Green Blue C M Y K H S L
Decimal 154 223 20 0.31 0 0.91 0.13 80.39 0.84 0.48
Hex 9A DF 14 1F 0 5B D 50 54 30
Octal 232 337 24 37 0 133 15 120 124 60
Binary 10011010 11011111 10100 11111 0 1011011 1101 1010000 1010100 110000

Color Harmonies of #9ADF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF14

Black with #9ADF14

Text Example


Text Example

White with #9ADF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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