Html Css Color HEX #0F9423 Forest Green

📋 copy color: '#0F9423'

red 15 ◦ green 148 ◦ blue 35

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

Shades of Forest Green #0F9423

Tints of Forest Green #0F9423

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74.75%

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 7.58%
G = 74.75%
B = 17.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#0F9423 (or 0x0F9423) is known color: Forest Green. HEX triplet: 0F, 94 and 23. RGB value is (15,148,35). Sum of RGB (Red+Green+Blue) = 15+148+35=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9423 is #F06BDC. Grayscale: #5F5F5F. Windows color (decimal): -15756253 or 2331663. OLE color: 2331663.

HSL color Cylindrical-coordinate representation of color #0F9423: hue angle of 129.02º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9423 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 35 -
CMYK 0.90 0 0.76 0.42
HSL 129.02º 0.82% 0.32% -
HSV(B) 129.02º 0.9% 0.58% -
XYZ 11.09 21.4 5.14 -
YUV 95.35 93.94 70.69 -
System Red Green Blue C M Y K H S L
Decimal 15 148 35 0.90 0 0.76 0.42 129.02 0.82 0.32
Hex F 94 23 5A 0 4C 2A 81 52 20
Octal 17 224 43 132 0 114 52 201 122 40
Binary 1111 10010100 100011 1011010 0 1001100 101010 10000001 1010010 100000

Color Harmonies of #0F9423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9423

Black with #0F9423

Text Example


Text Example

White with #0F9423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,148,35); }

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

background-color css

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

 a { background-color: rgb(15,148,35); }

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

border-color css

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

 span { border-color: rgb(15,148,35); }

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