Html Css Color HEX #9AD70B Inch Worm

📋 copy color: '#9AD70B'

red 154 ◦ green 215 ◦ blue 11

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

Shades of Inch Worm #9AD70B

Tints of Inch Worm #9AD70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 40.53%
G = 56.58%
B = 2.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#9AD70B (or 0x9AD70B) is known color: Inch Worm. HEX triplet: 9A, D7 and 0B. RGB value is (154,215,11). Sum of RGB (Red+Green+Blue) = 154+215+11=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD70B is #6528F4. Grayscale: #AEAEAE. Windows color (decimal): -6629621 or 776090. OLE color: 776090.

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

Color convert

RGB 154 215 11 -
CMYK 0.28 0 0.95 0.16
HSL 77.94º 0.9% 0.44% -
HSV(B) 77.94º 0.95% 0.84% -
XYZ 37.69 55.5 9.04 -
YUV 173.51 36.29 114.09 -
System Red Green Blue C M Y K H S L
Decimal 154 215 11 0.28 0 0.95 0.16 77.94 0.9 0.44
Hex 9A D7 B 1C 0 5F 10 4E 5A 2C
Octal 232 327 13 34 0 137 20 116 132 54
Binary 10011010 11010111 1011 11100 0 1011111 10000 1001110 1011010 101100

Color Harmonies of #9AD70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD70B

Black with #9AD70B

Text Example


Text Example

White with #9AD70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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