Html Css Color HEX #0CB413 Islamic Green

📋 copy color: '#0CB413'

red 12 ◦ green 180 ◦ blue 19

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

Shades of Islamic Green #0CB413

Tints of Islamic Green #0CB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 85.31%

 BLUE value IS 19 (7.81% from 255) = 9%

R = 5.69%
G = 85.31%
B = 9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#0CB413 (or 0x0CB413) is known color: Islamic Green. HEX triplet: 0C, B4 and 13. RGB value is (12,180,19). Sum of RGB (Red+Green+Blue) = 12+180+19=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 180 (70.70% from 255 or 85.31% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB413 is #F34BEC. Grayscale: #6F6F6F. Windows color (decimal): -15944685 or 1291276. OLE color: 1291276.

HSL color Cylindrical-coordinate representation of color #0CB413: hue angle of 122.5º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB413 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 180 19 -
CMYK 0.93 0 0.89 0.29
HSL 122.5º 0.88% 0.38% -
HSV(B) 122.5º 0.93% 0.71% -
XYZ 16.59 32.77 6.07 -
YUV 111.41 75.84 57.09 -
System Red Green Blue C M Y K H S L
Decimal 12 180 19 0.93 0 0.89 0.29 122.5 0.88 0.38
Hex C B4 13 5D 0 59 1D 7B 58 26
Octal 14 264 23 135 0 131 35 173 130 46
Binary 1100 10110100 10011 1011101 0 1011001 11101 1111011 1011000 100110

Color Harmonies of #0CB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB413

Black with #0CB413

Text Example


Text Example

White with #0CB413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,19); }

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

background-color css

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

 a { background-color: rgb(12,180,19); }

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

border-color css

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

 span { border-color: rgb(12,180,19); }

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