Html Css Color HEX #09826F Pine Green

📋 copy color: '#09826F'

red 9 ◦ green 130 ◦ blue 111

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

Shades of Pine Green #09826F

Tints of Pine Green #09826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 3.6%
G = 52%
B = 44.4%

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

#09826F (or 0x09826F) is known color: Pine Green. HEX triplet: 09, 82 and 6F. RGB value is (9,130,111). Sum of RGB (Red+Green+Blue) = 9+130+111=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #09826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09826F is #F67D90. Grayscale: #5B5B5B. Windows color (decimal): -16154001 or 7307785. OLE color: 7307785.

HSL color Cylindrical-coordinate representation of color #09826F: hue angle of 170.58º 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 #09826F is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 130 111 -
CMYK 0.93 0 0.15 0.49
HSL 170.58º 0.87% 0.27% -
HSV(B) 170.58º 0.93% 0.51% -
XYZ 10.96 17.17 17.78 -
YUV 91.66 138.91 69.04 -
System Red Green Blue C M Y K H S L
Decimal 9 130 111 0.93 0 0.15 0.49 170.58 0.87 0.27
Hex 9 82 6F 5D 0 F 31 AB 57 1B
Octal 11 202 157 135 0 17 61 253 127 33
Binary 1001 10000010 1101111 1011101 0 1111 110001 10101011 1010111 11011

Color Harmonies of #09826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09826F

Black with #09826F

Text Example


Text Example

White with #09826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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