Html Css Color HEX #18B85E Pigment Green

📋 copy color: '#18B85E'

red 24 ◦ green 184 ◦ blue 94

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

Shades of Pigment Green #18B85E

Tints of Pigment Green #18B85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.93%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 7.95%
G = 60.93%
B = 31.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#18B85E (or 0x18B85E) is known color: Pigment Green. HEX triplet: 18, B8 and 5E. RGB value is (24,184,94). Sum of RGB (Red+Green+Blue) = 24+184+94=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #18B85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B85E is #E747A1. Grayscale: #7E7E7E. Windows color (decimal): -15157154 or 6207512. OLE color: 6207512.

HSL color Cylindrical-coordinate representation of color #18B85E: hue angle of 146.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B85E is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 184 94 -
CMYK 0.87 0 0.49 0.28
HSL 146.25º 0.77% 0.41% -
HSV(B) 146.25º 0.87% 0.72% -
XYZ 19.54 35.28 16.37 -
YUV 125.9 109.99 55.32 -
System Red Green Blue C M Y K H S L
Decimal 24 184 94 0.87 0 0.49 0.28 146.25 0.77 0.41
Hex 18 B8 5E 57 0 31 1C 92 4D 29
Octal 30 270 136 127 0 61 34 222 115 51
Binary 11000 10111000 1011110 1010111 0 110001 11100 10010010 1001101 101001

Color Harmonies of #18B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B85E

Black with #18B85E

Text Example


Text Example

White with #18B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,184,94); }

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

background-color css

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

 a { background-color: rgb(24,184,94); }

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

border-color css

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

 span { border-color: rgb(24,184,94); }

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