Html Css Color HEX #018278 Surfie Green

📋 copy color: '#018278'

red 1 ◦ green 130 ◦ blue 120

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

Shades of Surfie Green #018278

Tints of Surfie Green #018278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.81%

R = 0.4%
G = 51.79%
B = 47.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#018278 (or 0x018278) is known color: Surfie Green. HEX triplet: 01, 82 and 78. RGB value is (1,130,120). Sum of RGB (Red+Green+Blue) = 1+130+120=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #018278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018278 is #FE7D87. Grayscale: #5A5A5A. Windows color (decimal): -16678280 or 7897601. OLE color: 7897601.

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

Color convert

RGB 1 130 120 -
CMYK 0.99 0 0.08 0.49
HSL 175.35º 0.98% 0.26% -
HSV(B) 175.35º 0.99% 0.51% -
XYZ 11.39 17.33 20.51 -
YUV 90.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 1 130 120 0.99 0 0.08 0.49 175.35 0.98 0.26
Hex 1 82 78 63 0 8 31 AF 62 1A
Octal 1 202 170 143 0 10 61 257 142 32
Binary 1 10000010 1111000 1100011 0 1000 110001 10101111 1100010 11010

Color Harmonies of #018278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018278

Black with #018278

Text Example


Text Example

White with #018278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018278; }

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

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

background-color css

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

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

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

border-color css

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

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

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