Html Css Color HEX #18A16A Jade

📋 copy color: '#18A16A'

red 24 ◦ green 161 ◦ blue 106

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

Shades of Jade #18A16A

Tints of Jade #18A16A

RGB

 RED value IS 24 (9.77% from 255) = 8.25%

 GREEN value IS 161 (63.28% from 255) = 55.33%

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 8.25%
G = 55.33%
B = 36.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#18A16A (or 0x18A16A) is known color: Jade. HEX triplet: 18, A1 and 6A. RGB value is (24,161,106). Sum of RGB (Red+Green+Blue) = 24+161+106=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #18A16A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A16A is #E75E95. Grayscale: #717171. Windows color (decimal): -15163030 or 6988056. OLE color: 6988056.

HSL color Cylindrical-coordinate representation of color #18A16A: hue angle of 155.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A16A is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 161 106 -
CMYK 0.85 0 0.34 0.37
HSL 155.91º 0.74% 0.36% -
HSV(B) 155.91º 0.85% 0.63% -
XYZ 15.72 26.72 17.97 -
YUV 113.77 123.61 63.97 -
System Red Green Blue C M Y K H S L
Decimal 24 161 106 0.85 0 0.34 0.37 155.91 0.74 0.36
Hex 18 A1 6A 55 0 22 25 9C 4A 24
Octal 30 241 152 125 0 42 45 234 112 44
Binary 11000 10100001 1101010 1010101 0 100010 100101 10011100 1001010 100100

Color Harmonies of #18A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A16A

Black with #18A16A

Text Example


Text Example

White with #18A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A16A; }

 p { color: rgb(24,161,106); }

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

background-color css

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

 a { background-color: rgb(24,161,106); }

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

border-color css

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

 span { border-color: rgb(24,161,106); }

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