Html Css Color HEX #0CBE0D Islamic Green

📋 copy color: '#0CBE0D'

red 12 ◦ green 190 ◦ blue 13

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

Shades of Islamic Green #0CBE0D

Tints of Islamic Green #0CBE0D

RGB

 RED value IS 12 (5.08% from 255) = 5.58%

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

 BLUE value IS 13 (5.47% from 255) = 6.05%

R = 5.58%
G = 88.37%
B = 6.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#0CBE0D (or 0x0CBE0D) is known color: Islamic Green. HEX triplet: 0C, BE and 0D. RGB value is (12,190,13). Sum of RGB (Red+Green+Blue) = 12+190+13=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 190 (74.61% from 255 or 88.37% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBE0D is #F341F2. Grayscale: #757575. Windows color (decimal): -15942131 or 900620. OLE color: 900620.

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

Color convert

RGB 12 190 13 -
CMYK 0.94 0 0.93 0.25
HSL 120.34º 0.88% 0.4% -
HSV(B) 120.34º 0.94% 0.75% -
XYZ 18.64 36.93 6.53 -
YUV 116.6 69.53 53.39 -
System Red Green Blue C M Y K H S L
Decimal 12 190 13 0.94 0 0.93 0.25 120.34 0.88 0.4
Hex C BE D 5E 0 5D 19 78 58 28
Octal 14 276 15 136 0 135 31 170 130 50
Binary 1100 10111110 1101 1011110 0 1011101 11001 1111000 1011000 101000

Color Harmonies of #0CBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBE0D

Black with #0CBE0D

Text Example


Text Example

White with #0CBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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