Html Css Color HEX #018F4C Pigment Green

📋 copy color: '#018F4C'

red 1 ◦ green 143 ◦ blue 76

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

Shades of Pigment Green #018F4C

Tints of Pigment Green #018F4C

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 143 (56.25% from 255) = 65%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 0.45%
G = 65%
B = 34.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#018F4C (or 0x018F4C) is known color: Pigment Green. HEX triplet: 01, 8F and 4C. RGB value is (1,143,76). Sum of RGB (Red+Green+Blue) = 1+143+76=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 143 (56.25% from 255 or 65% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 143 - color contains mainly: green. Hex color #018F4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F4C is #FE70B3. Grayscale: #5D5D5D. Windows color (decimal): -16674996 or 5017345. OLE color: 5017345.

HSL color Cylindrical-coordinate representation of color #018F4C: hue angle of 151.69º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F4C is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 143 76 -
CMYK 0.99 0 0.47 0.44
HSL 151.69º 0.99% 0.28% -
HSV(B) 151.69º 0.99% 0.56% -
XYZ 11.14 20.17 10.14 -
YUV 92.9 118.46 62.45 -
System Red Green Blue C M Y K H S L
Decimal 1 143 76 0.99 0 0.47 0.44 151.69 0.99 0.28
Hex 1 8F 4C 63 0 2F 2C 98 63 1C
Octal 1 217 114 143 0 57 54 230 143 34
Binary 1 10001111 1001100 1100011 0 101111 101100 10011000 1100011 11100

Color Harmonies of #018F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F4C

Black with #018F4C

Text Example


Text Example

White with #018F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018F4C; }

 p { color: rgb(1,143,76); }

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

background-color css

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

 a { background-color: rgb(1,143,76); }

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

border-color css

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

 span { border-color: rgb(1,143,76); }

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