Html Css Color HEX #23A079 Jungle Green

📋 copy color: '#23A079'

red 35 ◦ green 160 ◦ blue 121

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

Shades of Jungle Green #23A079

Tints of Jungle Green #23A079

RGB

 RED value IS 35 (14.06% from 255) = 11.08%

 GREEN value IS 160 (62.89% from 255) = 50.63%

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 11.08%
G = 50.63%
B = 38.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#23A079 (or 0x23A079) is known color: Jungle Green. HEX triplet: 23, A0 and 79. RGB value is (35,160,121). Sum of RGB (Red+Green+Blue) = 35+160+121=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #23A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A079 is #DC5F86. Grayscale: #767676. Windows color (decimal): -14442375 or 7970851. OLE color: 7970851.

HSL color Cylindrical-coordinate representation of color #23A079: hue angle of 161.28º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A079 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 35 160 121 -
CMYK 0.78 0 0.24 0.37
HSL 161.28º 0.64% 0.38% -
HSV(B) 161.28º 0.78% 0.63% -
XYZ 16.72 26.88 22.4 -
YUV 118.18 129.59 68.67 -
System Red Green Blue C M Y K H S L
Decimal 35 160 121 0.78 0 0.24 0.37 161.28 0.64 0.38
Hex 23 A0 79 4E 0 18 25 A1 40 26
Octal 43 240 171 116 0 30 45 241 100 46
Binary 100011 10100000 1111001 1001110 0 11000 100101 10100001 1000000 100110

Color Harmonies of #23A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A079

Black with #23A079

Text Example


Text Example

White with #23A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23A079; }

 p { color: rgb(35,160,121); }

 H1.HeaderClassName
 {
   color: #23A079;
 }
 .AnyTagClassName
 {
   color: #23A079;
 }
</style>

background-color css

<style>
 a { background-color: #23A079; }

 a { background-color: rgb(35,160,121); }

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

border-color css

<style>
 span { border-color: #23A079; }

 span { border-color: rgb(35,160,121); }

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