Html Css Color HEX #10B470 Jade

📋 copy color: '#10B470'

red 16 ◦ green 180 ◦ blue 112

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

Shades of Jade #10B470

Tints of Jade #10B470

RGB

 RED value IS 16 (6.64% from 255) = 5.19%

 GREEN value IS 180 (70.7% from 255) = 58.44%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 5.19%
G = 58.44%
B = 36.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#10B470 (or 0x10B470) is known color: Jade. HEX triplet: 10, B4 and 70. RGB value is (16,180,112). Sum of RGB (Red+Green+Blue) = 16+180+112=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #10B470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B470 is #EF4B8F. Grayscale: #7B7B7B. Windows color (decimal): -15682448 or 7386128. OLE color: 7386128.

HSL color Cylindrical-coordinate representation of color #10B470: hue angle of 155.12º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B470 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 180 112 -
CMYK 0.91 0 0.38 0.29
HSL 155.12º 0.84% 0.38% -
HSV(B) 155.12º 0.91% 0.71% -
XYZ 19.46 33.92 20.85 -
YUV 123.21 121.67 51.53 -
System Red Green Blue C M Y K H S L
Decimal 16 180 112 0.91 0 0.38 0.29 155.12 0.84 0.38
Hex 10 B4 70 5B 0 26 1D 9B 54 26
Octal 20 264 160 133 0 46 35 233 124 46
Binary 10000 10110100 1110000 1011011 0 100110 11101 10011011 1010100 100110

Color Harmonies of #10B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B470

Black with #10B470

Text Example


Text Example

White with #10B470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B470; }

 p { color: rgb(16,180,112); }

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

background-color css

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

 a { background-color: rgb(16,180,112); }

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

border-color css

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

 span { border-color: rgb(16,180,112); }

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