Html Css Color HEX #0F9930 Forest Green

📋 copy color: '#0F9930'

red 15 ◦ green 153 ◦ blue 48

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

Shades of Forest Green #0F9930

Tints of Forest Green #0F9930

RGB

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

 GREEN value IS 153 (60.16% from 255) = 70.83%

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 6.94%
G = 70.83%
B = 22.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#0F9930 (or 0x0F9930) is known color: Forest Green. HEX triplet: 0F, 99 and 30. RGB value is (15,153,48). Sum of RGB (Red+Green+Blue) = 15+153+48=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9930 is #F066CF. Grayscale: #646464. Windows color (decimal): -15754960 or 3184911. OLE color: 3184911.

HSL color Cylindrical-coordinate representation of color #0F9930: hue angle of 134.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9930 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 48 -
CMYK 0.90 0 0.69 0.4
HSL 134.35º 0.82% 0.33% -
HSV(B) 134.35º 0.9% 0.6% -
XYZ 12.12 23.1 6.62 -
YUV 99.77 98.78 67.54 -
System Red Green Blue C M Y K H S L
Decimal 15 153 48 0.90 0 0.69 0.4 134.35 0.82 0.33
Hex F 99 30 5A 0 45 28 86 52 21
Octal 17 231 60 132 0 105 50 206 122 41
Binary 1111 10011001 110000 1011010 0 1000101 101000 10000110 1010010 100001

Color Harmonies of #0F9930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9930

Black with #0F9930

Text Example


Text Example

White with #0F9930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,153,48); }

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

background-color css

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

 a { background-color: rgb(15,153,48); }

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

border-color css

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

 span { border-color: rgb(15,153,48); }

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