Html Css Color HEX #13A269 Jade

📋 copy color: '#13A269'

red 19 ◦ green 162 ◦ blue 105

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

Shades of Jade #13A269

Tints of Jade #13A269

RGB

 RED value IS 19 (7.81% from 255) = 6.64%

 GREEN value IS 162 (63.67% from 255) = 56.64%

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

R = 6.64%
G = 56.64%
B = 36.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#13A269 (or 0x13A269) is known color: Jade. HEX triplet: 13, A2 and 69. RGB value is (19,162,105). Sum of RGB (Red+Green+Blue) = 19+162+105=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #13A269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A269 is #EC5D96. Grayscale: #707070. Windows color (decimal): -15490455 or 6922771. OLE color: 6922771.

HSL color Cylindrical-coordinate representation of color #13A269: hue angle of 156.08º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A269 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 162 105 -
CMYK 0.88 0 0.35 0.36
HSL 156.08º 0.79% 0.35% -
HSV(B) 156.08º 0.88% 0.64% -
XYZ 15.74 27 17.75 -
YUV 112.75 123.62 61.13 -
System Red Green Blue C M Y K H S L
Decimal 19 162 105 0.88 0 0.35 0.36 156.08 0.79 0.35
Hex 13 A2 69 58 0 23 24 9C 4F 23
Octal 23 242 151 130 0 43 44 234 117 43
Binary 10011 10100010 1101001 1011000 0 100011 100100 10011100 1001111 100011

Color Harmonies of #13A269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A269

Black with #13A269

Text Example


Text Example

White with #13A269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13A269; }

 p { color: rgb(19,162,105); }

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

background-color css

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

 a { background-color: rgb(19,162,105); }

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

border-color css

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

 span { border-color: rgb(19,162,105); }

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