Html Css Color HEX #41AD12 Kelly Green

📋 copy color: '#41AD12'

red 65 ◦ green 173 ◦ blue 18

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

Shades of Kelly Green #41AD12

Tints of Kelly Green #41AD12

RGB

 RED value IS 65 (25.78% from 255) = 25.39%

 GREEN value IS 173 (67.97% from 255) = 67.58%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 25.39%
G = 67.58%
B = 7.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#41AD12 (or 0x41AD12) is known color: Kelly Green. HEX triplet: 41, AD and 12. RGB value is (65,173,18). Sum of RGB (Red+Green+Blue) = 65+173+18=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AD12 is #BE52ED. Grayscale: #7B7B7B. Windows color (decimal): -12473070 or 1224001. OLE color: 1224001.

HSL color Cylindrical-coordinate representation of color #41AD12: hue angle of 101.81º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41AD12 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 173 18 -
CMYK 0.62 0 0.90 0.32
HSL 101.81º 0.81% 0.37% -
HSV(B) 101.81º 0.9% 0.68% -
XYZ 17.23 31.05 5.66 -
YUV 123.04 68.72 86.6 -
System Red Green Blue C M Y K H S L
Decimal 65 173 18 0.62 0 0.90 0.32 101.81 0.81 0.37
Hex 41 AD 12 3E 0 5A 20 66 51 25
Octal 101 255 22 76 0 132 40 146 121 45
Binary 1000001 10101101 10010 111110 0 1011010 100000 1100110 1010001 100101

Color Harmonies of #41AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AD12

Black with #41AD12

Text Example


Text Example

White with #41AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41AD12; }

 p { color: rgb(65,173,18); }

 H1.HeaderClassName
 {
   color: #41AD12;
 }
 .AnyTagClassName
 {
   color: #41AD12;
 }
</style>

background-color css

<style>
 a { background-color: #41AD12; }

 a { background-color: rgb(65,173,18); }

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

border-color css

<style>
 span { border-color: #41AD12; }

 span { border-color: rgb(65,173,18); }

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