Html Css Color HEX #0FBF09 Islamic Green

📋 copy color: '#0FBF09'

red 15 ◦ green 191 ◦ blue 9

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

Shades of Islamic Green #0FBF09

Tints of Islamic Green #0FBF09

RGB

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

 GREEN value IS 191 (75% from 255) = 88.84%

 BLUE value IS 9 (3.91% from 255) = 4.19%

R = 6.98%
G = 88.84%
B = 4.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#0FBF09 (or 0x0FBF09) is known color: Islamic Green. HEX triplet: 0F, BF and 09. RGB value is (15,191,9). Sum of RGB (Red+Green+Blue) = 15+191+9=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 191 (75% from 255 or 88.84% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBF09 is #F040F6. Grayscale: #767676. Windows color (decimal): -15745271 or 638735. OLE color: 638735.

HSL color Cylindrical-coordinate representation of color #0FBF09: hue angle of 118.02º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FBF09 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 191 9 -
CMYK 0.92 0 0.95 0.25
HSL 118.02º 0.91% 0.39% -
HSV(B) 118.02º 0.95% 0.75% -
XYZ 18.88 37.38 6.48 -
YUV 117.63 66.69 54.8 -
System Red Green Blue C M Y K H S L
Decimal 15 191 9 0.92 0 0.95 0.25 118.02 0.91 0.39
Hex F BF 9 5C 0 5F 19 76 5B 27
Octal 17 277 11 134 0 137 31 166 133 47
Binary 1111 10111111 1001 1011100 0 1011111 11001 1110110 1011011 100111

Color Harmonies of #0FBF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF09

Black with #0FBF09

Text Example


Text Example

White with #0FBF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,191,9); }

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

background-color css

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

 a { background-color: rgb(15,191,9); }

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

border-color css

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

 span { border-color: rgb(15,191,9); }

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