Html Css Color HEX #0DBE08 Islamic Green

📋 copy color: '#0DBE08'

red 13 ◦ green 190 ◦ blue 8

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

Shades of Islamic Green #0DBE08

Tints of Islamic Green #0DBE08

RGB

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

 GREEN value IS 190 (74.61% from 255) = 90.05%

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 6.16%
G = 90.05%
B = 3.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#0DBE08 (or 0x0DBE08) is known color: Islamic Green. HEX triplet: 0D, BE and 08. RGB value is (13,190,8). Sum of RGB (Red+Green+Blue) = 13+190+8=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 190 (74.61% from 255 or 90.05% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBE08 is #F241F7. Grayscale: #747474. Windows color (decimal): -15876600 or 572941. OLE color: 572941.

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

Color convert

RGB 13 190 8 -
CMYK 0.93 0 0.96 0.25
HSL 118.35º 0.92% 0.39% -
HSV(B) 118.35º 0.96% 0.75% -
XYZ 18.62 36.93 6.38 -
YUV 116.33 66.86 54.3 -
System Red Green Blue C M Y K H S L
Decimal 13 190 8 0.93 0 0.96 0.25 118.35 0.92 0.39
Hex D BE 8 5D 0 60 19 76 5C 27
Octal 15 276 10 135 0 140 31 166 134 47
Binary 1101 10111110 1000 1011101 0 1100000 11001 1110110 1011100 100111

Color Harmonies of #0DBE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE08

Black with #0DBE08

Text Example


Text Example

White with #0DBE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,190,8); }

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

background-color css

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

 a { background-color: rgb(13,190,8); }

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

border-color css

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

 span { border-color: rgb(13,190,8); }

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