Html Css Color HEX #0F8213 Green

📋 copy color: '#0F8213'

red 15 ◦ green 130 ◦ blue 19

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

Shades of Green #0F8213

Tints of Green #0F8213

RGB

 RED value IS 15 (6.25% from 255) = 9.15%

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

 BLUE value IS 19 (7.81% from 255) = 11.59%

R = 9.15%
G = 79.27%
B = 11.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#0F8213 (or 0x0F8213) is known color: Green. HEX triplet: 0F, 82 and 13. RGB value is (15,130,19). Sum of RGB (Red+Green+Blue) = 15+130+19=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8213 is #F07DEC. Grayscale: #535353. Windows color (decimal): -15760877 or 1278479. OLE color: 1278479.

HSL color Cylindrical-coordinate representation of color #0F8213: hue angle of 122.09º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8213 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 19 -
CMYK 0.88 0 0.85 0.49
HSL 122.09º 0.79% 0.28% -
HSV(B) 122.09º 0.88% 0.51% -
XYZ 8.3 16.11 3.29 -
YUV 82.96 91.9 79.53 -
System Red Green Blue C M Y K H S L
Decimal 15 130 19 0.88 0 0.85 0.49 122.09 0.79 0.28
Hex F 82 13 58 0 55 31 7A 4F 1C
Octal 17 202 23 130 0 125 61 172 117 34
Binary 1111 10000010 10011 1011000 0 1010101 110001 1111010 1001111 11100

Color Harmonies of #0F8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8213

Black with #0F8213

Text Example


Text Example

White with #0F8213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,19); }

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

background-color css

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

 a { background-color: rgb(15,130,19); }

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

border-color css

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

 span { border-color: rgb(15,130,19); }

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