Html Css Color HEX #0A8275 Surfie Green

📋 copy color: '#0A8275'

red 10 ◦ green 130 ◦ blue 117

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

Shades of Surfie Green #0A8275

Tints of Surfie Green #0A8275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 3.89%
G = 50.58%
B = 45.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#0A8275 (or 0x0A8275) is known color: Surfie Green. HEX triplet: 0A, 82 and 75. RGB value is (10,130,117). Sum of RGB (Red+Green+Blue) = 10+130+117=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #0A8275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8275 is #F57D8A. Grayscale: #5C5C5C. Windows color (decimal): -16088459 or 7701002. OLE color: 7701002.

HSL color Cylindrical-coordinate representation of color #0A8275: hue angle of 173.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8275 is Cyan = 0.92, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 130 117 -
CMYK 0.92 0 0.1 0.49
HSL 173.5º 0.86% 0.27% -
HSV(B) 173.5º 0.92% 0.51% -
XYZ 11.32 17.31 19.58 -
YUV 92.64 141.74 69.06 -
System Red Green Blue C M Y K H S L
Decimal 10 130 117 0.92 0 0.1 0.49 173.5 0.86 0.27
Hex A 82 75 5C 0 A 31 AE 56 1B
Octal 12 202 165 134 0 12 61 256 126 33
Binary 1010 10000010 1110101 1011100 0 1010 110001 10101110 1010110 11011

Color Harmonies of #0A8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8275

Black with #0A8275

Text Example


Text Example

White with #0A8275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,130,117); }

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

background-color css

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

 a { background-color: rgb(10,130,117); }

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

border-color css

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

 span { border-color: rgb(10,130,117); }

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