Html Css Color HEX #9ADE14 Inch Worm

📋 copy color: '#9ADE14'

red 154 ◦ green 222 ◦ blue 20

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

Shades of Inch Worm #9ADE14

Tints of Inch Worm #9ADE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.06%

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

R = 38.89%
G = 56.06%
B = 5.05%

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

#9ADE14 (or 0x9ADE14) is known color: Inch Worm. HEX triplet: 9A, DE and 14. RGB value is (154,222,20). Sum of RGB (Red+Green+Blue) = 154+222+20=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 222 (87.11% from 255 or 56.06% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADE14 is #6521EB. Grayscale: #B3B3B3. Windows color (decimal): -6627820 or 1367706. OLE color: 1367706.

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

Color convert

RGB 154 222 20 -
CMYK 0.31 0 0.91 0.13
HSL 80.2º 0.83% 0.47% -
HSV(B) 80.2º 0.91% 0.87% -
XYZ 39.57 59.16 10 -
YUV 178.64 38.47 110.43 -
System Red Green Blue C M Y K H S L
Decimal 154 222 20 0.31 0 0.91 0.13 80.2 0.83 0.47
Hex 9A DE 14 1F 0 5B D 50 53 2F
Octal 232 336 24 37 0 133 15 120 123 57
Binary 10011010 11011110 10100 11111 0 1011011 1101 1010000 1010011 101111

Color Harmonies of #9ADE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE14

Black with #9ADE14

Text Example


Text Example

White with #9ADE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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