Html Css Color HEX #9AD504 Inch Worm

📋 copy color: '#9AD504'

red 154 ◦ green 213 ◦ blue 4

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

Shades of Inch Worm #9AD504

Tints of Inch Worm #9AD504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.41%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 41.51%
G = 57.41%
B = 1.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#9AD504 (or 0x9AD504) is known color: Inch Worm. HEX triplet: 9A, D5 and 04. RGB value is (154,213,4). Sum of RGB (Red+Green+Blue) = 154+213+4=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD504 is #652AFB. Grayscale: #ACACAC. Windows color (decimal): -6630140 or 316826. OLE color: 316826.

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

Color convert

RGB 154 213 4 -
CMYK 0.28 0 0.98 0.16
HSL 76.94º 0.96% 0.43% -
HSV(B) 76.94º 0.98% 0.84% -
XYZ 37.14 54.47 8.67 -
YUV 171.53 33.45 115.49 -
System Red Green Blue C M Y K H S L
Decimal 154 213 4 0.28 0 0.98 0.16 76.94 0.96 0.43
Hex 9A D5 4 1C 0 62 10 4D 60 2B
Octal 232 325 4 34 0 142 20 115 140 53
Binary 10011010 11010101 100 11100 0 1100010 10000 1001101 1100000 101011

Color Harmonies of #9AD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD504

Black with #9AD504

Text Example


Text Example

White with #9AD504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,213,4); }

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

background-color css

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

 a { background-color: rgb(154,213,4); }

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

border-color css

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

 span { border-color: rgb(154,213,4); }

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