#23aa7f

Color #23AA7F Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #23AA7F

Tints of Jungle Green #23AA7F

Color information

#23AA7F (or 0x23AA7F) is unknown color: approx Jungle Green. HEX triplet: 23, AA and 7F. RGB value is (35,170,127). Sum of RGB (Red+Green+Blue) = 35+170+127=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AA7F is #DC5580. Grayscale: #7C7C7C. Windows color (decimal): -14439809 or 8366627. OLE color: 8366627.

HSL color Cylindrical-coordinate representation of color #23AA7F: hue angle of 160.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA7F is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB35170127-
CMYK0.7900.250.33
HSL160.89º65.85%40.2%-
HSV(B)160.89º79.41%66.67%-
XYZ18.930.6425-
YUV124.73129.2764-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.54%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 127 (50% from 255) = 38.25%
R=10.54%
G=51.20%
B=38.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351701270.7900.250.33160.8965.8540.2
Hex23AA7F4F01921a14228
Octal432521771170314124110250
Binary1000111010101011111111001111011001100001101000011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23aa7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,170,127); }

 H1.HeaderClassName
 {
   color: #23aa7f;
 }
 .AnyTagClassName
 {
   color: #23aa7f;
 }
</style>
background-color css

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

 a { background-color: rgb(35,170,127); }

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

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

 span { border-color: rgb(35,170,127); }

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