Html Css Color HEX #9AD70F Inch Worm

📋 copy color: '#9AD70F'

red 154 ◦ green 215 ◦ blue 15

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

Shades of Inch Worm #9AD70F

Tints of Inch Worm #9AD70F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.99%

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 40.1%
G = 55.99%
B = 3.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#9AD70F (or 0x9AD70F) is known color: Inch Worm. HEX triplet: 9A, D7 and 0F. RGB value is (154,215,15). Sum of RGB (Red+Green+Blue) = 154+215+15=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD70F is #6528F0. Grayscale: #AEAEAE. Windows color (decimal): -6629617 or 1038234. OLE color: 1038234.

HSL color Cylindrical-coordinate representation of color #9AD70F: hue angle of 78.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AD70F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 215 15 -
CMYK 0.28 0 0.93 0.16
HSL 78.3º 0.87% 0.45% -
HSV(B) 78.3º 0.93% 0.84% -
XYZ 37.71 55.51 9.18 -
YUV 173.96 38.29 113.76 -
System Red Green Blue C M Y K H S L
Decimal 154 215 15 0.28 0 0.93 0.16 78.3 0.87 0.45
Hex 9A D7 F 1C 0 5D 10 4E 57 2D
Octal 232 327 17 34 0 135 20 116 127 55
Binary 10011010 11010111 1111 11100 0 1011101 10000 1001110 1010111 101101

Color Harmonies of #9AD70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD70F

Black with #9AD70F

Text Example


Text Example

White with #9AD70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,215,15); }

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

background-color css

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

 a { background-color: rgb(154,215,15); }

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

border-color css

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

 span { border-color: rgb(154,215,15); }

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