Html Css Color HEX #05C30C Islamic Green

📋 copy color: '#05C30C'

red 5 ◦ green 195 ◦ blue 12

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

Shades of Islamic Green #05C30C

Tints of Islamic Green #05C30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 91.98%

 BLUE value IS 12 (5.08% from 255) = 5.66%

R = 2.36%
G = 91.98%
B = 5.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#05C30C (or 0x05C30C) is known color: Islamic Green. HEX triplet: 05, C3 and 0C. RGB value is (5,195,12). Sum of RGB (Red+Green+Blue) = 5+195+12=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 195 (76.56% from 255 or 91.98% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 195 - color contains mainly: green. Hex color #05C30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C30C is #FA3CF3. Grayscale: #757575. Windows color (decimal): -16399604 or 836357. OLE color: 836357.

HSL color Cylindrical-coordinate representation of color #05C30C: hue angle of 122.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C30C is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 195 12 -
CMYK 0.97 0 0.94 0.24
HSL 122.21º 0.95% 0.39% -
HSV(B) 122.21º 0.97% 0.76% -
XYZ 19.64 39.09 6.86 -
YUV 117.33 68.55 47.88 -
System Red Green Blue C M Y K H S L
Decimal 5 195 12 0.97 0 0.94 0.24 122.21 0.95 0.39
Hex 5 C3 C 61 0 5E 18 7A 5F 27
Octal 5 303 14 141 0 136 30 172 137 47
Binary 101 11000011 1100 1100001 0 1011110 11000 1111010 1011111 100111

Color Harmonies of #05C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C30C

Black with #05C30C

Text Example


Text Example

White with #05C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,195,12); }

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

background-color css

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

 a { background-color: rgb(5,195,12); }

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

border-color css

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

 span { border-color: rgb(5,195,12); }

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