Html Css Color HEX #10AC08 Islamic Green

📋 copy color: '#10AC08'

red 16 ◦ green 172 ◦ blue 8

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

Shades of Islamic Green #10AC08

Tints of Islamic Green #10AC08

RGB

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

 GREEN value IS 172 (67.58% from 255) = 87.76%

 BLUE value IS 8 (3.52% from 255) = 4.08%

R = 8.16%
G = 87.76%
B = 4.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#10AC08 (or 0x10AC08) is known color: Islamic Green. HEX triplet: 10, AC and 08. RGB value is (16,172,8). Sum of RGB (Red+Green+Blue) = 16+172+8=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 172 (67.58% from 255 or 87.76% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AC08 is #EF53F7. Grayscale: #6B6B6B. Windows color (decimal): -15684600 or 568336. OLE color: 568336.

HSL color Cylindrical-coordinate representation of color #10AC08: hue angle of 117.07º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10AC08 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 172 8 -
CMYK 0.91 0 0.95 0.33
HSL 117.07º 0.91% 0.35% -
HSV(B) 117.07º 0.95% 0.67% -
XYZ 15.01 29.63 5.16 -
YUV 106.66 72.32 63.34 -
System Red Green Blue C M Y K H S L
Decimal 16 172 8 0.91 0 0.95 0.33 117.07 0.91 0.35
Hex 10 AC 8 5B 0 5F 21 75 5B 23
Octal 20 254 10 133 0 137 41 165 133 43
Binary 10000 10101100 1000 1011011 0 1011111 100001 1110101 1011011 100011

Color Harmonies of #10AC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC08

Black with #10AC08

Text Example


Text Example

White with #10AC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,8); }

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

background-color css

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

 a { background-color: rgb(16,172,8); }

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

border-color css

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

 span { border-color: rgb(16,172,8); }

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