Html Css Color HEX #10C30F Islamic Green

📋 copy color: '#10C30F'

red 16 ◦ green 195 ◦ blue 15

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

Shades of Islamic Green #10C30F

Tints of Islamic Green #10C30F

RGB

 RED value IS 16 (6.64% from 255) = 7.08%

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

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

R = 7.08%
G = 86.28%
B = 6.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#10C30F (or 0x10C30F) is known color: Islamic Green. HEX triplet: 10, C3 and 0F. RGB value is (16,195,15). Sum of RGB (Red+Green+Blue) = 16+195+15=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 195 (76.56% from 255 or 86.28% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 195 - color contains mainly: green. Hex color #10C30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C30F is #EF3CF0. Grayscale: #797979. Windows color (decimal): -15678705 or 1032976. OLE color: 1032976.

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

Color convert

RGB 16 195 15 -
CMYK 0.92 0 0.92 0.24
HSL 119.67º 0.86% 0.41% -
HSV(B) 119.67º 0.92% 0.76% -
XYZ 19.82 39.17 6.97 -
YUV 120.96 68.2 53.14 -
System Red Green Blue C M Y K H S L
Decimal 16 195 15 0.92 0 0.92 0.24 119.67 0.86 0.41
Hex 10 C3 F 5C 0 5C 18 78 56 29
Octal 20 303 17 134 0 134 30 170 126 51
Binary 10000 11000011 1111 1011100 0 1011100 11000 1111000 1010110 101001

Color Harmonies of #10C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C30F

Black with #10C30F

Text Example


Text Example

White with #10C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C30F; }

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

 H1.HeaderClassName
 {
   color: #10C30F;
 }
 .AnyTagClassName
 {
   color: #10C30F;
 }
</style>

background-color css

<style>
 a { background-color: #10C30F; }

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

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

border-color css

<style>
 span { border-color: #10C30F; }

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

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