Html Css Color HEX #128478 Surfie Green

📋 copy color: '#128478'

red 18 ◦ green 132 ◦ blue 120

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

Shades of Surfie Green #128478

Tints of Surfie Green #128478

RGB

 RED value IS 18 (7.42% from 255) = 6.67%

 GREEN value IS 132 (51.95% from 255) = 48.89%

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

R = 6.67%
G = 48.89%
B = 44.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#128478 (or 0x128478) is known color: Surfie Green. HEX triplet: 12, 84 and 78. RGB value is (18,132,120). Sum of RGB (Red+Green+Blue) = 18+132+120=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #128478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128478 is #ED7B87. Grayscale: #606060. Windows color (decimal): -15563656 or 7898130. OLE color: 7898130.

HSL color Cylindrical-coordinate representation of color #128478: hue angle of 173.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128478 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 120 -
CMYK 0.86 0 0.09 0.48
HSL 173.68º 0.76% 0.29% -
HSV(B) 173.68º 0.86% 0.52% -
XYZ 11.89 17.99 20.61 -
YUV 96.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 18 132 120 0.86 0 0.09 0.48 173.68 0.76 0.29
Hex 12 84 78 56 0 9 30 AE 4C 1D
Octal 22 204 170 126 0 11 60 256 114 35
Binary 10010 10000100 1111000 1010110 0 1001 110000 10101110 1001100 11101

Color Harmonies of #128478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128478

Black with #128478

Text Example


Text Example

White with #128478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128478; }

 p { color: rgb(18,132,120); }

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

background-color css

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

 a { background-color: rgb(18,132,120); }

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

border-color css

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

 span { border-color: rgb(18,132,120); }

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