Html Css Color HEX #9ADC1B Inch Worm

📋 copy color: '#9ADC1B'

red 154 ◦ green 220 ◦ blue 27

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

Shades of Inch Worm #9ADC1B

Tints of Inch Worm #9ADC1B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.86%

 BLUE value IS 27 (10.94% from 255) = 6.73%

R = 38.4%
G = 54.86%
B = 6.73%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#9ADC1B (or 0x9ADC1B) is known color: Inch Worm. HEX triplet: 9A, DC and 1B. RGB value is (154,220,27). Sum of RGB (Red+Green+Blue) = 154+220+27=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC1B is #6523E4. Grayscale: #B2B2B2. Windows color (decimal): -6628325 or 1825946. OLE color: 1825946.

HSL color Cylindrical-coordinate representation of color #9ADC1B: hue angle of 80.52º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9ADC1B is Cyan = 0.3, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 27 -
CMYK 0.3 0 0.88 0.14
HSL 80.52º 0.78% 0.48% -
HSV(B) 80.52º 0.88% 0.86% -
XYZ 39.12 58.14 10.2 -
YUV 178.26 42.63 110.69 -
System Red Green Blue C M Y K H S L
Decimal 154 220 27 0.3 0 0.88 0.14 80.52 0.78 0.48
Hex 9A DC 1B 1E 0 58 E 51 4E 30
Octal 232 334 33 36 0 130 16 121 116 60
Binary 10011010 11011100 11011 11110 0 1011000 1110 1010001 1001110 110000

Color Harmonies of #9ADC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC1B

Black with #9ADC1B

Text Example


Text Example

White with #9ADC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,220,27); }

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

background-color css

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

 a { background-color: rgb(154,220,27); }

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

border-color css

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

 span { border-color: rgb(154,220,27); }

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