Html Css Color HEX #19950A Islamic Green

📋 copy color: '#19950A'

red 25 ◦ green 149 ◦ blue 10

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

Shades of Islamic Green #19950A

Tints of Islamic Green #19950A

RGB

 RED value IS 25 (10.16% from 255) = 13.59%

 GREEN value IS 149 (58.59% from 255) = 80.98%

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 13.59%
G = 80.98%
B = 5.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#19950A (or 0x19950A) is known color: Islamic Green. HEX triplet: 19, 95 and 0A. RGB value is (25,149,10). Sum of RGB (Red+Green+Blue) = 25+149+10=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 149 (58.59% from 255 or 80.98% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 149 - color contains mainly: green. Hex color #19950A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19950A is #E66AF5. Grayscale: #606060. Windows color (decimal): -15100662 or 693529. OLE color: 693529.

HSL color Cylindrical-coordinate representation of color #19950A: hue angle of 113.53º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19950A is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 149 10 -
CMYK 0.83 0 0.93 0.42
HSL 113.53º 0.87% 0.31% -
HSV(B) 113.53º 0.93% 0.58% -
XYZ 11.2 21.72 3.89 -
YUV 96.08 79.42 77.3 -
System Red Green Blue C M Y K H S L
Decimal 25 149 10 0.83 0 0.93 0.42 113.53 0.87 0.31
Hex 19 95 A 53 0 5D 2A 72 57 1F
Octal 31 225 12 123 0 135 52 162 127 37
Binary 11001 10010101 1010 1010011 0 1011101 101010 1110010 1010111 11111

Color Harmonies of #19950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19950A

Black with #19950A

Text Example


Text Example

White with #19950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19950A; }

 p { color: rgb(25,149,10); }

 H1.HeaderClassName
 {
   color: #19950A;
 }
 .AnyTagClassName
 {
   color: #19950A;
 }
</style>

background-color css

<style>
 a { background-color: #19950A; }

 a { background-color: rgb(25,149,10); }

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

border-color css

<style>
 span { border-color: #19950A; }

 span { border-color: rgb(25,149,10); }

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