Html Css Color HEX #0CC30F Islamic Green

📋 copy color: '#0CC30F'

red 12 ◦ green 195 ◦ blue 15

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

Shades of Islamic Green #0CC30F

Tints of Islamic Green #0CC30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 87.84%

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

R = 5.41%
G = 87.84%
B = 6.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#0CC30F (or 0x0CC30F) is known color: Islamic Green. HEX triplet: 0C, C3 and 0F. RGB value is (12,195,15). Sum of RGB (Red+Green+Blue) = 12+195+15=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 195 (76.56% from 255 or 87.84% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC30F is #F33CF0. Grayscale: #787878. Windows color (decimal): -15940849 or 1032972. OLE color: 1032972.

HSL color Cylindrical-coordinate representation of color #0CC30F: hue angle of 120.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC30F is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 15 -
CMYK 0.94 0 0.92 0.24
HSL 120.98º 0.88% 0.41% -
HSV(B) 120.98º 0.94% 0.76% -
XYZ 19.75 39.14 6.97 -
YUV 119.76 68.87 51.14 -
System Red Green Blue C M Y K H S L
Decimal 12 195 15 0.94 0 0.92 0.24 120.98 0.88 0.41
Hex C C3 F 5E 0 5C 18 79 58 29
Octal 14 303 17 136 0 134 30 171 130 51
Binary 1100 11000011 1111 1011110 0 1011100 11000 1111001 1011000 101001

Color Harmonies of #0CC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC30F

Black with #0CC30F

Text Example


Text Example

White with #0CC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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