Html Css Color HEX #05C60E Islamic Green

📋 copy color: '#05C60E'

red 5 ◦ green 198 ◦ blue 14

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

Shades of Islamic Green #05C60E

Tints of Islamic Green #05C60E

RGB

 RED value IS 5 (2.34% from 255) = 2.3%

 GREEN value IS 198 (77.73% from 255) = 91.24%

 BLUE value IS 14 (5.86% from 255) = 6.45%

R = 2.3%
G = 91.24%
B = 6.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#05C60E (or 0x05C60E) is known color: Islamic Green. HEX triplet: 05, C6 and 0E. RGB value is (5,198,14). Sum of RGB (Red+Green+Blue) = 5+198+14=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 198 (77.73% from 255 or 91.24% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 198 - color contains mainly: green. Hex color #05C60E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C60E is #FA39F1. Grayscale: #777777. Windows color (decimal): -16398834 or 968197. OLE color: 968197.

HSL color Cylindrical-coordinate representation of color #05C60E: hue angle of 122.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C60E is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 198 14 -
CMYK 0.97 0 0.93 0.22
HSL 122.8º 0.95% 0.4% -
HSV(B) 122.8º 0.97% 0.78% -
XYZ 20.34 40.45 7.15 -
YUV 119.32 68.56 46.46 -
System Red Green Blue C M Y K H S L
Decimal 5 198 14 0.97 0 0.93 0.22 122.8 0.95 0.4
Hex 5 C6 E 61 0 5D 16 7B 5F 28
Octal 5 306 16 141 0 135 26 173 137 50
Binary 101 11000110 1110 1100001 0 1011101 10110 1111011 1011111 101000

Color Harmonies of #05C60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C60E

Black with #05C60E

Text Example


Text Example

White with #05C60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C60E; }

 p { color: rgb(5,198,14); }

 H1.HeaderClassName
 {
   color: #05C60E;
 }
 .AnyTagClassName
 {
   color: #05C60E;
 }
</style>

background-color css

<style>
 a { background-color: #05C60E; }

 a { background-color: rgb(5,198,14); }

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

border-color css

<style>
 span { border-color: #05C60E; }

 span { border-color: rgb(5,198,14); }

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