Html Css Color HEX #10B469 Jade

📋 copy color: '#10B469'

red 16 ◦ green 180 ◦ blue 105

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

Shades of Jade #10B469

Tints of Jade #10B469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 5.32%
G = 59.8%
B = 34.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#10B469 (or 0x10B469) is known color: Jade. HEX triplet: 10, B4 and 69. RGB value is (16,180,105). Sum of RGB (Red+Green+Blue) = 16+180+105=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #10B469 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B469 is #EF4B96. Grayscale: #7A7A7A. Windows color (decimal): -15682455 or 6927376. OLE color: 6927376.

HSL color Cylindrical-coordinate representation of color #10B469: hue angle of 152.56º 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 #10B469 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 180 105 -
CMYK 0.91 0 0.42 0.29
HSL 152.56º 0.84% 0.38% -
HSV(B) 152.56º 0.91% 0.71% -
XYZ 19.08 33.77 18.88 -
YUV 122.41 118.17 52.1 -
System Red Green Blue C M Y K H S L
Decimal 16 180 105 0.91 0 0.42 0.29 152.56 0.84 0.38
Hex 10 B4 69 5B 0 2A 1D 99 54 26
Octal 20 264 151 133 0 52 35 231 124 46
Binary 10000 10110100 1101001 1011011 0 101010 11101 10011001 1010100 100110

Color Harmonies of #10B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B469

Black with #10B469

Text Example


Text Example

White with #10B469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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