Html Css Color HEX #18A35A Pigment Green

📋 copy color: '#18A35A'

red 24 ◦ green 163 ◦ blue 90

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

Shades of Pigment Green #18A35A

Tints of Pigment Green #18A35A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 58.84%

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 8.66%
G = 58.84%
B = 32.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#18A35A (or 0x18A35A) is known color: Pigment Green. HEX triplet: 18, A3 and 5A. RGB value is (24,163,90). Sum of RGB (Red+Green+Blue) = 24+163+90=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 163 (64.06% from 255 or 58.84% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 163 - color contains mainly: green. Hex color #18A35A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A35A is #E75CA5. Grayscale: #717171. Windows color (decimal): -15162534 or 5939992. OLE color: 5939992.

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

Color convert

RGB 24 163 90 -
CMYK 0.85 0 0.45 0.36
HSL 148.49º 0.74% 0.37% -
HSV(B) 148.49º 0.85% 0.64% -
XYZ 15.32 27.13 14.1 -
YUV 113.12 114.95 64.44 -
System Red Green Blue C M Y K H S L
Decimal 24 163 90 0.85 0 0.45 0.36 148.49 0.74 0.37
Hex 18 A3 5A 55 0 2D 24 94 4A 25
Octal 30 243 132 125 0 55 44 224 112 45
Binary 11000 10100011 1011010 1010101 0 101101 100100 10010100 1001010 100101

Color Harmonies of #18A35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A35A

Black with #18A35A

Text Example


Text Example

White with #18A35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,163,90); }

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

background-color css

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

 a { background-color: rgb(24,163,90); }

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

border-color css

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

 span { border-color: rgb(24,163,90); }

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