Html Css Color HEX #13AA67 Jade

📋 copy color: '#13AA67'

red 19 ◦ green 170 ◦ blue 103

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

Shades of Jade #13AA67

Tints of Jade #13AA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.22%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 6.51%
G = 58.22%
B = 35.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#13AA67 (or 0x13AA67) is known color: Jade. HEX triplet: 13, AA and 67. RGB value is (19,170,103). Sum of RGB (Red+Green+Blue) = 19+170+103=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA67 is #EC5598. Grayscale: #757575. Windows color (decimal): -15488409 or 6793747. OLE color: 6793747.

HSL color Cylindrical-coordinate representation of color #13AA67: hue angle of 153.38º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA67 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 103 -
CMYK 0.89 0 0.39 0.33
HSL 153.38º 0.8% 0.37% -
HSV(B) 153.38º 0.89% 0.67% -
XYZ 17.09 29.87 17.7 -
YUV 117.21 119.97 57.95 -
System Red Green Blue C M Y K H S L
Decimal 19 170 103 0.89 0 0.39 0.33 153.38 0.8 0.37
Hex 13 AA 67 59 0 27 21 99 50 25
Octal 23 252 147 131 0 47 41 231 120 45
Binary 10011 10101010 1100111 1011001 0 100111 100001 10011001 1010000 100101

Color Harmonies of #13AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA67

Black with #13AA67

Text Example


Text Example

White with #13AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,170,103); }

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

background-color css

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

 a { background-color: rgb(19,170,103); }

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

border-color css

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

 span { border-color: rgb(19,170,103); }

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