Html Css Color HEX #0DC101 Islamic Green

📋 copy color: '#0DC101'

red 13 ◦ green 193 ◦ blue 1

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

Shades of Islamic Green #0DC101

Tints of Islamic Green #0DC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 93.24%

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

R = 6.28%
G = 93.24%
B = 0.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#0DC101 (or 0x0DC101) is known color: Islamic Green. HEX triplet: 0D, C1 and 01. RGB value is (13,193,1). Sum of RGB (Red+Green+Blue) = 13+193+1=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 193 (75.78% from 255 or 93.24% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC101 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC101 is #F23EFE. Grayscale: #757575. Windows color (decimal): -15875839 or 114957. OLE color: 114957.

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

Color convert

RGB 13 193 1 -
CMYK 0.93 0 0.99 0.24
HSL 116.25º 0.99% 0.38% -
HSV(B) 116.25º 0.99% 0.76% -
XYZ 19.24 38.23 6.39 -
YUV 117.29 62.37 53.61 -
System Red Green Blue C M Y K H S L
Decimal 13 193 1 0.93 0 0.99 0.24 116.25 0.99 0.38
Hex D C1 1 5D 0 63 18 74 63 26
Octal 15 301 1 135 0 143 30 164 143 46
Binary 1101 11000001 1 1011101 0 1100011 11000 1110100 1100011 100110

Color Harmonies of #0DC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC101

Black with #0DC101

Text Example


Text Example

White with #0DC101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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