Html Css Color HEX #0A9C1B Islamic Green

📋 copy color: '#0A9C1B'

red 10 ◦ green 156 ◦ blue 27

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

Shades of Islamic Green #0A9C1B

Tints of Islamic Green #0A9C1B

RGB

 RED value IS 10 (4.3% from 255) = 5.18%

 GREEN value IS 156 (61.33% from 255) = 80.83%

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 5.18%
G = 80.83%
B = 13.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#0A9C1B (or 0x0A9C1B) is known color: Islamic Green. HEX triplet: 0A, 9C and 1B. RGB value is (10,156,27). Sum of RGB (Red+Green+Blue) = 10+156+27=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 156 (61.33% from 255 or 80.83% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C1B is #F563E4. Grayscale: #626262. Windows color (decimal): -16081893 or 1809418. OLE color: 1809418.

HSL color Cylindrical-coordinate representation of color #0A9C1B: hue angle of 126.99º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9C1B is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 156 27 -
CMYK 0.94 0 0.83 0.39
HSL 126.99º 0.88% 0.33% -
HSV(B) 126.99º 0.94% 0.61% -
XYZ 12.21 23.92 5.01 -
YUV 97.64 88.13 65.49 -
System Red Green Blue C M Y K H S L
Decimal 10 156 27 0.94 0 0.83 0.39 126.99 0.88 0.33
Hex A 9C 1B 5E 0 53 27 7F 58 21
Octal 12 234 33 136 0 123 47 177 130 41
Binary 1010 10011100 11011 1011110 0 1010011 100111 1111111 1011000 100001

Color Harmonies of #0A9C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9C1B

Black with #0A9C1B

Text Example


Text Example

White with #0A9C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9C1B; }

 p { color: rgb(10,156,27); }

 H1.HeaderClassName
 {
   color: #0A9C1B;
 }
 .AnyTagClassName
 {
   color: #0A9C1B;
 }
</style>

background-color css

<style>
 a { background-color: #0A9C1B; }

 a { background-color: rgb(10,156,27); }

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

border-color css

<style>
 span { border-color: #0A9C1B; }

 span { border-color: rgb(10,156,27); }

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