Html Css Color HEX #188201 Green

📋 copy color: '#188201'

red 24 ◦ green 130 ◦ blue 1

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

Shades of Green #188201

Tints of Green #188201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 83.87%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 15.48%
G = 83.87%
B = 0.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#188201 (or 0x188201) is known color: Green. HEX triplet: 18, 82 and 01. RGB value is (24,130,1). Sum of RGB (Red+Green+Blue) = 24+130+1=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 130 (51.17% from 255 or 83.87% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 130 - color contains mainly: green. Hex color #188201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188201 is #E77DFE. Grayscale: #545454. Windows color (decimal): -15171071 or 98840. OLE color: 98840.

HSL color Cylindrical-coordinate representation of color #188201: hue angle of 109.3º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #188201 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 130 1 -
CMYK 0.82 0 0.99 0.49
HSL 109.3º 0.98% 0.26% -
HSV(B) 109.3º 0.99% 0.51% -
XYZ 8.36 16.16 2.71 -
YUV 83.6 81.38 85.49 -
System Red Green Blue C M Y K H S L
Decimal 24 130 1 0.82 0 0.99 0.49 109.3 0.98 0.26
Hex 18 82 1 52 0 63 31 6D 62 1A
Octal 30 202 1 122 0 143 61 155 142 32
Binary 11000 10000010 1 1010010 0 1100011 110001 1101101 1100010 11010

Color Harmonies of #188201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188201

Black with #188201

Text Example


Text Example

White with #188201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188201; }

 p { color: rgb(24,130,1); }

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

background-color css

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

 a { background-color: rgb(24,130,1); }

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

border-color css

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

 span { border-color: rgb(24,130,1); }

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