Html Css Color HEX #018276 Surfie Green

📋 copy color: '#018276'

red 1 ◦ green 130 ◦ blue 118

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

Shades of Surfie Green #018276

Tints of Surfie Green #018276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 0.4%
G = 52.21%
B = 47.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#018276 (or 0x018276) is known color: Surfie Green. HEX triplet: 01, 82 and 76. RGB value is (1,130,118). Sum of RGB (Red+Green+Blue) = 1+130+118=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #018276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018276 is #FE7D89. Grayscale: #595959. Windows color (decimal): -16678282 or 7766529. OLE color: 7766529.

HSL color Cylindrical-coordinate representation of color #018276: hue angle of 174.42º 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 #018276 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 118 -
CMYK 0.99 0 0.09 0.49
HSL 174.42º 0.98% 0.26% -
HSV(B) 174.42º 0.99% 0.51% -
XYZ 11.27 17.28 19.88 -
YUV 90.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 1 130 118 0.99 0 0.09 0.49 174.42 0.98 0.26
Hex 1 82 76 63 0 9 31 AE 62 1A
Octal 1 202 166 143 0 11 61 256 142 32
Binary 1 10000010 1110110 1100011 0 1001 110001 10101110 1100010 11010

Color Harmonies of #018276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018276

Black with #018276

Text Example


Text Example

White with #018276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018276; }

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

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

background-color css

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

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

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

border-color css

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

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

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