Html Css Color HEX #00B410 Islamic Green

📋 copy color: '#00B410'

red 0 ◦ green 180 ◦ blue 16

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

Shades of Islamic Green #00B410

Tints of Islamic Green #00B410

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 91.84%
B = 8.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#00B410 (or 0x00B410) is known color: Islamic Green. HEX triplet: 00, B4 and 10. RGB value is (0,180,16). Sum of RGB (Red+Green+Blue) = 0+180+16=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 180 (70.70% from 255 or 91.84% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 180 - color contains mainly: green. Hex color #00B410 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B410 is #FF4BEF. Grayscale: #6B6B6B. Windows color (decimal): -16731120 or 1094656. OLE color: 1094656.

HSL color Cylindrical-coordinate representation of color #00B410: hue angle of 125.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B410 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 180 16 -
CMYK 1 0 0.91 0.29
HSL 125.33º 1% 0.35% -
HSV(B) 125.33º 1% 0.71% -
XYZ 16.41 32.68 5.93 -
YUV 107.48 76.37 51.34 -
System Red Green Blue C M Y K H S L
Decimal 0 180 16 1 0 0.91 0.29 125.33 1 0.35
Hex 0 B4 10 64 0 5B 1D 7D 64 23
Octal 0 264 20 144 0 133 35 175 144 43
Binary 0 10110100 10000 1100100 0 1011011 11101 1111101 1100100 100011

Color Harmonies of #00B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B410

Black with #00B410

Text Example


Text Example

White with #00B410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B410; }

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

 H1.HeaderClassName
 {
   color: #00B410;
 }
 .AnyTagClassName
 {
   color: #00B410;
 }
</style>

background-color css

<style>
 a { background-color: #00B410; }

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

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

border-color css

<style>
 span { border-color: #00B410; }

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

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