Html Css Color HEX #23AC7D Jungle Green

📋 copy color: '#23AC7D'

red 35 ◦ green 172 ◦ blue 125

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

Shades of Jungle Green #23AC7D

Tints of Jungle Green #23AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.81%

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 10.54%
G = 51.81%
B = 37.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#23AC7D (or 0x23AC7D) is known color: Jungle Green. HEX triplet: 23, AC and 7D. RGB value is (35,172,125). Sum of RGB (Red+Green+Blue) = 35+172+125=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #23AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AC7D is #DC5382. Grayscale: #7D7D7D. Windows color (decimal): -14439299 or 8236067. OLE color: 8236067.

HSL color Cylindrical-coordinate representation of color #23AC7D: hue angle of 159.42º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AC7D is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 172 125 -
CMYK 0.80 0 0.27 0.33
HSL 159.42º 0.66% 0.41% -
HSV(B) 159.42º 0.8% 0.67% -
XYZ 19.15 31.34 24.44 -
YUV 125.68 127.61 63.32 -
System Red Green Blue C M Y K H S L
Decimal 35 172 125 0.80 0 0.27 0.33 159.42 0.66 0.41
Hex 23 AC 7D 50 0 1B 21 9F 42 29
Octal 43 254 175 120 0 33 41 237 102 51
Binary 100011 10101100 1111101 1010000 0 11011 100001 10011111 1000010 101001

Color Harmonies of #23AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AC7D

Black with #23AC7D

Text Example


Text Example

White with #23AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,172,125); }

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

background-color css

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

 a { background-color: rgb(35,172,125); }

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

border-color css

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

 span { border-color: rgb(35,172,125); }

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