Html Css Color HEX #0DBF01 Islamic Green

📋 copy color: '#0DBF01'

red 13 ◦ green 191 ◦ blue 1

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

Shades of Islamic Green #0DBF01

Tints of Islamic Green #0DBF01

RGB

 RED value IS 13 (5.47% from 255) = 6.34%

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 6.34%
G = 93.17%
B = 0.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#0DBF01 (or 0x0DBF01) is known color: Islamic Green. HEX triplet: 0D, BF and 01. RGB value is (13,191,1). Sum of RGB (Red+Green+Blue) = 13+191+1=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 191 (75% from 255 or 93.17% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBF01 is #F240FE. Grayscale: #747474. Windows color (decimal): -15876351 or 114445. OLE color: 114445.

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

Color convert

RGB 13 191 1 -
CMYK 0.93 0 0.99 0.25
HSL 116.21º 0.99% 0.38% -
HSV(B) 116.21º 0.99% 0.75% -
XYZ 18.8 37.35 6.25 -
YUV 116.12 63.03 54.45 -
System Red Green Blue C M Y K H S L
Decimal 13 191 1 0.93 0 0.99 0.25 116.21 0.99 0.38
Hex D BF 1 5D 0 63 19 74 63 26
Octal 15 277 1 135 0 143 31 164 143 46
Binary 1101 10111111 1 1011101 0 1100011 11001 1110100 1100011 100110

Color Harmonies of #0DBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF01

Black with #0DBF01

Text Example


Text Example

White with #0DBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,191,1); }

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

background-color css

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

 a { background-color: rgb(13,191,1); }

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

border-color css

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

 span { border-color: rgb(13,191,1); }

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