Html Css Color HEX #18A25B Pigment Green

📋 copy color: '#18A25B'

red 24 ◦ green 162 ◦ blue 91

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

Shades of Pigment Green #18A25B

Tints of Pigment Green #18A25B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.48%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 8.66%
G = 58.48%
B = 32.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#18A25B (or 0x18A25B) is known color: Pigment Green. HEX triplet: 18, A2 and 5B. RGB value is (24,162,91). Sum of RGB (Red+Green+Blue) = 24+162+91=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #18A25B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A25B is #E75DA4. Grayscale: #707070. Windows color (decimal): -15162789 or 6005272. OLE color: 6005272.

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

Color convert

RGB 24 162 91 -
CMYK 0.85 0 0.44 0.36
HSL 149.13º 0.74% 0.36% -
HSV(B) 149.13º 0.85% 0.64% -
XYZ 15.19 26.79 14.27 -
YUV 112.64 115.78 64.77 -
System Red Green Blue C M Y K H S L
Decimal 24 162 91 0.85 0 0.44 0.36 149.13 0.74 0.36
Hex 18 A2 5B 55 0 2C 24 95 4A 24
Octal 30 242 133 125 0 54 44 225 112 44
Binary 11000 10100010 1011011 1010101 0 101100 100100 10010101 1001010 100100

Color Harmonies of #18A25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A25B

Black with #18A25B

Text Example


Text Example

White with #18A25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,162,91); }

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

background-color css

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

 a { background-color: rgb(24,162,91); }

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

border-color css

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

 span { border-color: rgb(24,162,91); }

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