Html Css Color HEX #10B814 Islamic Green

📋 copy color: '#10B814'

red 16 ◦ green 184 ◦ blue 20

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

Shades of Islamic Green #10B814

Tints of Islamic Green #10B814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 7.27%
G = 83.64%
B = 9.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#10B814 (or 0x10B814) is known color: Islamic Green. HEX triplet: 10, B8 and 14. RGB value is (16,184,20). Sum of RGB (Red+Green+Blue) = 16+184+20=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 184 (72.27% from 255 or 83.64% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 184 - color contains mainly: green. Hex color #10B814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B814 is #EF47EB. Grayscale: #737373. Windows color (decimal): -15681516 or 1357840. OLE color: 1357840.

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

Color convert

RGB 16 184 20 -
CMYK 0.91 0 0.89 0.28
HSL 121.43º 0.84% 0.39% -
HSV(B) 121.43º 0.91% 0.72% -
XYZ 17.48 34.44 6.39 -
YUV 115.07 74.34 57.34 -
System Red Green Blue C M Y K H S L
Decimal 16 184 20 0.91 0 0.89 0.28 121.43 0.84 0.39
Hex 10 B8 14 5B 0 59 1C 79 54 27
Octal 20 270 24 133 0 131 34 171 124 47
Binary 10000 10111000 10100 1011011 0 1011001 11100 1111001 1010100 100111

Color Harmonies of #10B814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B814

Black with #10B814

Text Example


Text Example

White with #10B814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,184,20); }

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

background-color css

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

 a { background-color: rgb(16,184,20); }

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

border-color css

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

 span { border-color: rgb(16,184,20); }

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