Html Css Color HEX #10B413 Islamic Green

📋 copy color: '#10B413'

red 16 ◦ green 180 ◦ blue 19

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

Shades of Islamic Green #10B413

Tints of Islamic Green #10B413

RGB

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

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

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

R = 7.44%
G = 83.72%
B = 8.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#10B413 (or 0x10B413) is known color: Islamic Green. HEX triplet: 10, B4 and 13. RGB value is (16,180,19). Sum of RGB (Red+Green+Blue) = 16+180+19=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 180 (70.70% from 255 or 83.72% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 180 - color contains mainly: green. Hex color #10B413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B413 is #EF4BEC. Grayscale: #717171. Windows color (decimal): -15682541 or 1291280. OLE color: 1291280.

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

Color convert

RGB 16 180 19 -
CMYK 0.91 0 0.89 0.29
HSL 121.1º 0.84% 0.38% -
HSV(B) 121.1º 0.91% 0.71% -
XYZ 16.65 32.8 6.07 -
YUV 112.61 75.17 59.09 -
System Red Green Blue C M Y K H S L
Decimal 16 180 19 0.91 0 0.89 0.29 121.1 0.84 0.38
Hex 10 B4 13 5B 0 59 1D 79 54 26
Octal 20 264 23 133 0 131 35 171 124 46
Binary 10000 10110100 10011 1011011 0 1011001 11101 1111001 1010100 100110

Color Harmonies of #10B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B413

Black with #10B413

Text Example


Text Example

White with #10B413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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