Html Css Color HEX #0FBF04 Islamic Green

📋 copy color: '#0FBF04'

red 15 ◦ green 191 ◦ blue 4

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

Shades of Islamic Green #0FBF04

Tints of Islamic Green #0FBF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 7.14%
G = 90.95%
B = 1.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#0FBF04 (or 0x0FBF04) is known color: Islamic Green. HEX triplet: 0F, BF and 04. RGB value is (15,191,4). Sum of RGB (Red+Green+Blue) = 15+191+4=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 191 (75% from 255 or 90.95% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBF04 is #F040FB. Grayscale: #757575. Windows color (decimal): -15745276 or 311055. OLE color: 311055.

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

Color convert

RGB 15 191 4 -
CMYK 0.92 0 0.98 0.25
HSL 116.47º 0.96% 0.38% -
HSV(B) 116.47º 0.98% 0.75% -
XYZ 18.85 37.37 6.33 -
YUV 117.06 64.19 55.21 -
System Red Green Blue C M Y K H S L
Decimal 15 191 4 0.92 0 0.98 0.25 116.47 0.96 0.38
Hex F BF 4 5C 0 62 19 74 60 26
Octal 17 277 4 134 0 142 31 164 140 46
Binary 1111 10111111 100 1011100 0 1100010 11001 1110100 1100000 100110

Color Harmonies of #0FBF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF04

Black with #0FBF04

Text Example


Text Example

White with #0FBF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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