Html Css Color HEX #09826E Pine Green

📋 copy color: '#09826E'

red 9 ◦ green 130 ◦ blue 110

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

Shades of Pine Green #09826E

Tints of Pine Green #09826E

RGB

 RED value IS 9 (3.91% from 255) = 3.61%

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

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 3.61%
G = 52.21%
B = 44.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#09826E (or 0x09826E) is known color: Pine Green. HEX triplet: 09, 82 and 6E. RGB value is (9,130,110). Sum of RGB (Red+Green+Blue) = 9+130+110=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #09826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09826E is #F67D91. Grayscale: #5B5B5B. Windows color (decimal): -16154002 or 7242249. OLE color: 7242249.

HSL color Cylindrical-coordinate representation of color #09826E: hue angle of 170.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09826E is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 130 110 -
CMYK 0.93 0 0.15 0.49
HSL 170.08º 0.87% 0.27% -
HSV(B) 170.08º 0.93% 0.51% -
XYZ 10.91 17.15 17.49 -
YUV 91.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 9 130 110 0.93 0 0.15 0.49 170.08 0.87 0.27
Hex 9 82 6E 5D 0 F 31 AA 57 1B
Octal 11 202 156 135 0 17 61 252 127 33
Binary 1001 10000010 1101110 1011101 0 1111 110001 10101010 1010111 11011

Color Harmonies of #09826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09826E

Black with #09826E

Text Example


Text Example

White with #09826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09826E; }

 p { color: rgb(9,130,110); }

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

background-color css

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

 a { background-color: rgb(9,130,110); }

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

border-color css

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

 span { border-color: rgb(9,130,110); }

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