Html Css Color HEX #9CDA05 Inch Worm

📋 copy color: '#9CDA05'

red 156 ◦ green 218 ◦ blue 5

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

Shades of Inch Worm #9CDA05

Tints of Inch Worm #9CDA05

RGB

 RED value IS 156 (61.33% from 255) = 41.16%

 GREEN value IS 218 (85.55% from 255) = 57.52%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 41.16%
G = 57.52%
B = 1.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#9CDA05 (or 0x9CDA05) is known color: Inch Worm. HEX triplet: 9C, DA and 05. RGB value is (156,218,5). Sum of RGB (Red+Green+Blue) = 156+218+5=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDA05 is #6325FA. Grayscale: #AFAFAF. Windows color (decimal): -6497787 or 383644. OLE color: 383644.

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

Color convert

RGB 156 218 5 -
CMYK 0.28 0 0.98 0.15
HSL 77.46º 0.96% 0.44% -
HSV(B) 77.46º 0.98% 0.85% -
XYZ 38.81 57.22 9.14 -
YUV 175.18 31.96 114.32 -
System Red Green Blue C M Y K H S L
Decimal 156 218 5 0.28 0 0.98 0.15 77.46 0.96 0.44
Hex 9C DA 5 1C 0 62 F 4D 60 2C
Octal 234 332 5 34 0 142 17 115 140 54
Binary 10011100 11011010 101 11100 0 1100010 1111 1001101 1100000 101100

Color Harmonies of #9CDA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDA05

Black with #9CDA05

Text Example


Text Example

White with #9CDA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,218,5); }

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

background-color css

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

 a { background-color: rgb(156,218,5); }

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

border-color css

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

 span { border-color: rgb(156,218,5); }

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