Html Css Color HEX #10BC04 Islamic Green

📋 copy color: '#10BC04'

red 16 ◦ green 188 ◦ blue 4

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

Shades of Islamic Green #10BC04

Tints of Islamic Green #10BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 90.38%

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 7.69%
G = 90.38%
B = 1.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#10BC04 (or 0x10BC04) is known color: Islamic Green. HEX triplet: 10, BC and 04. RGB value is (16,188,4). Sum of RGB (Red+Green+Blue) = 16+188+4=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 188 (73.83% from 255 or 90.38% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BC04 is #EF43FB. Grayscale: #747474. Windows color (decimal): -15680508 or 310288. OLE color: 310288.

HSL color Cylindrical-coordinate representation of color #10BC04: hue angle of 116.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10BC04 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 188 4 -
CMYK 0.91 0 0.98 0.26
HSL 116.09º 0.96% 0.38% -
HSV(B) 116.09º 0.98% 0.74% -
XYZ 18.22 36.09 6.12 -
YUV 115.6 65.02 56.96 -
System Red Green Blue C M Y K H S L
Decimal 16 188 4 0.91 0 0.98 0.26 116.09 0.96 0.38
Hex 10 BC 4 5B 0 62 1A 74 60 26
Octal 20 274 4 133 0 142 32 164 140 46
Binary 10000 10111100 100 1011011 0 1100010 11010 1110100 1100000 100110

Color Harmonies of #10BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC04

Black with #10BC04

Text Example


Text Example

White with #10BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,4); }

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

background-color css

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

 a { background-color: rgb(16,188,4); }

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

border-color css

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

 span { border-color: rgb(16,188,4); }

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