Html Css Color HEX #0A8479 Surfie Green

📋 copy color: '#0A8479'

red 10 ◦ green 132 ◦ blue 121

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

Shades of Surfie Green #0A8479

Tints of Surfie Green #0A8479

RGB

 RED value IS 10 (4.3% from 255) = 3.8%

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

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 3.8%
G = 50.19%
B = 46.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#0A8479 (or 0x0A8479) is known color: Surfie Green. HEX triplet: 0A, 84 and 79. RGB value is (10,132,121). Sum of RGB (Red+Green+Blue) = 10+132+121=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8479 is #F57B86. Grayscale: #5E5E5E. Windows color (decimal): -16087943 or 7963658. OLE color: 7963658.

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

Color convert

RGB 10 132 121 -
CMYK 0.92 0 0.08 0.48
HSL 174.59º 0.86% 0.28% -
HSV(B) 174.59º 0.92% 0.52% -
XYZ 11.83 17.95 20.93 -
YUV 94.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 10 132 121 0.92 0 0.08 0.48 174.59 0.86 0.28
Hex A 84 79 5C 0 8 30 AF 56 1C
Octal 12 204 171 134 0 10 60 257 126 34
Binary 1010 10000100 1111001 1011100 0 1000 110000 10101111 1010110 11100

Color Harmonies of #0A8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8479

Black with #0A8479

Text Example


Text Example

White with #0A8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8479; }

 p { color: rgb(10,132,121); }

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

background-color css

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

 a { background-color: rgb(10,132,121); }

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

border-color css

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

 span { border-color: rgb(10,132,121); }

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