Html Css Color HEX #0CB80F Islamic Green

📋 copy color: '#0CB80F'

red 12 ◦ green 184 ◦ blue 15

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

Shades of Islamic Green #0CB80F

Tints of Islamic Green #0CB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 87.2%

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 5.69%
G = 87.2%
B = 7.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#0CB80F (or 0x0CB80F) is known color: Islamic Green. HEX triplet: 0C, B8 and 0F. RGB value is (12,184,15). Sum of RGB (Red+Green+Blue) = 12+184+15=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 184 (72.27% from 255 or 87.20% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB80F is #F347F0. Grayscale: #717171. Windows color (decimal): -15943665 or 1030156. OLE color: 1030156.

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

Color convert

RGB 12 184 15 -
CMYK 0.93 0 0.92 0.28
HSL 121.05º 0.88% 0.38% -
HSV(B) 121.05º 0.93% 0.72% -
XYZ 17.38 34.39 6.17 -
YUV 113.31 72.52 55.74 -
System Red Green Blue C M Y K H S L
Decimal 12 184 15 0.93 0 0.92 0.28 121.05 0.88 0.38
Hex C B8 F 5D 0 5C 1C 79 58 26
Octal 14 270 17 135 0 134 34 171 130 46
Binary 1100 10111000 1111 1011101 0 1011100 11100 1111001 1011000 100110

Color Harmonies of #0CB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB80F

Black with #0CB80F

Text Example


Text Example

White with #0CB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,15); }

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

background-color css

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

 a { background-color: rgb(12,184,15); }

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

border-color css

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

 span { border-color: rgb(12,184,15); }

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