Html Css Color HEX #018277 Surfie Green

📋 copy color: '#018277'

red 1 ◦ green 130 ◦ blue 119

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

Shades of Surfie Green #018277

Tints of Surfie Green #018277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 0.4%
G = 52%
B = 47.6%

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

#018277 (or 0x018277) is known color: Surfie Green. HEX triplet: 01, 82 and 77. RGB value is (1,130,119). Sum of RGB (Red+Green+Blue) = 1+130+119=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #018277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018277 is #FE7D88. Grayscale: #5A5A5A. Windows color (decimal): -16678281 or 7832065. OLE color: 7832065.

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

Color convert

RGB 1 130 119 -
CMYK 0.99 0 0.08 0.49
HSL 174.88º 0.98% 0.26% -
HSV(B) 174.88º 0.99% 0.51% -
XYZ 11.32 17.3 20.2 -
YUV 90.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 1 130 119 0.99 0 0.08 0.49 174.88 0.98 0.26
Hex 1 82 77 63 0 8 31 AF 62 1A
Octal 1 202 167 143 0 10 61 257 142 32
Binary 1 10000010 1110111 1100011 0 1000 110001 10101111 1100010 11010

Color Harmonies of #018277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018277

Black with #018277

Text Example


Text Example

White with #018277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018277; }

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

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

background-color css

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

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

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

border-color css

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

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

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