Html Css Color HEX #9AD30D Inch Worm

📋 copy color: '#9AD30D'

red 154 ◦ green 211 ◦ blue 13

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

Shades of Inch Worm #9AD30D

Tints of Inch Worm #9AD30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.82%

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 40.74%
G = 55.82%
B = 3.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#9AD30D (or 0x9AD30D) is known color: Inch Worm. HEX triplet: 9A, D3 and 0D. RGB value is (154,211,13). Sum of RGB (Red+Green+Blue) = 154+211+13=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD30D is #652CF2. Grayscale: #ACACAC. Windows color (decimal): -6630643 or 906138. OLE color: 906138.

HSL color Cylindrical-coordinate representation of color #9AD30D: hue angle of 77.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AD30D is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 211 13 -
CMYK 0.27 0 0.94 0.17
HSL 77.27º 0.88% 0.44% -
HSV(B) 77.27º 0.94% 0.83% -
XYZ 36.69 53.49 8.77 -
YUV 171.39 38.62 115.6 -
System Red Green Blue C M Y K H S L
Decimal 154 211 13 0.27 0 0.94 0.17 77.27 0.88 0.44
Hex 9A D3 D 1B 0 5E 11 4D 58 2C
Octal 232 323 15 33 0 136 21 115 130 54
Binary 10011010 11010011 1101 11011 0 1011110 10001 1001101 1011000 101100

Color Harmonies of #9AD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD30D

Black with #9AD30D

Text Example


Text Example

White with #9AD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,211,13); }

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

background-color css

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

 a { background-color: rgb(154,211,13); }

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

border-color css

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

 span { border-color: rgb(154,211,13); }

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