Html Css Color HEX #ADED0C Inch Worm

📋 copy color: '#ADED0C'

red 173 ◦ green 237 ◦ blue 12

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

Shades of Inch Worm #ADED0C

Tints of Inch Worm #ADED0C

RGB

 RED value IS 173 (67.97% from 255) = 41%

 GREEN value IS 237 (92.97% from 255) = 56.16%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 41%
G = 56.16%
B = 2.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ADED0C (or 0xADED0C) is known color: Inch Worm. HEX triplet: AD, ED and 0C. RGB value is (173,237,12). Sum of RGB (Red+Green+Blue) = 173+237+12=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 237 (92.97% from 255 or 56.16% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADED0C is #5212F3. Grayscale: #C1C1C1. Windows color (decimal): -5378804 or 847277. OLE color: 847277.

HSL color Cylindrical-coordinate representation of color #ADED0C: hue angle of 77.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADED0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 12 -
CMYK 0.27 0 0.95 0.07
HSL 77.07º 0.9% 0.49% -
HSV(B) 77.07º 0.95% 0.93% -
XYZ 47.58 69.48 11.25 -
YUV 192.21 26.3 114.3 -
System Red Green Blue C M Y K H S L
Decimal 173 237 12 0.27 0 0.95 0.07 77.07 0.9 0.49
Hex AD ED C 1B 0 5F 7 4D 5A 31
Octal 255 355 14 33 0 137 7 115 132 61
Binary 10101101 11101101 1100 11011 0 1011111 111 1001101 1011010 110001

Color Harmonies of #ADED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED0C

Black with #ADED0C

Text Example


Text Example

White with #ADED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED0C; }

 p { color: rgb(173,237,12); }

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

background-color css

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

 a { background-color: rgb(173,237,12); }

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

border-color css

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

 span { border-color: rgb(173,237,12); }

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