Html Css Color HEX #469D13 Kelly Green

📋 copy color: '#469D13'

red 70 ◦ green 157 ◦ blue 19

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

Shades of Kelly Green #469D13

Tints of Kelly Green #469D13

RGB

 RED value IS 70 (27.73% from 255) = 28.46%

 GREEN value IS 157 (61.72% from 255) = 63.82%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 28.46%
G = 63.82%
B = 7.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#469D13 (or 0x469D13) is known color: Kelly Green. HEX triplet: 46, 9D and 13. RGB value is (70,157,19). Sum of RGB (Red+Green+Blue) = 70+157+19=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 157 (61.72% from 255 or 63.82% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 157 - color contains mainly: green. Hex color #469D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469D13 is #B962EC. Grayscale: #737373. Windows color (decimal): -12149485 or 1285446. OLE color: 1285446.

HSL color Cylindrical-coordinate representation of color #469D13: hue angle of 97.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #469D13 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 19 -
CMYK 0.55 0 0.88 0.38
HSL 97.83º 0.78% 0.35% -
HSV(B) 97.83º 0.88% 0.62% -
XYZ 14.7 25.46 4.76 -
YUV 115.26 73.68 95.72 -
System Red Green Blue C M Y K H S L
Decimal 70 157 19 0.55 0 0.88 0.38 97.83 0.78 0.35
Hex 46 9D 13 37 0 58 26 62 4E 23
Octal 106 235 23 67 0 130 46 142 116 43
Binary 1000110 10011101 10011 110111 0 1011000 100110 1100010 1001110 100011

Color Harmonies of #469D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D13

Black with #469D13

Text Example


Text Example

White with #469D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469D13; }

 p { color: rgb(70,157,19); }

 H1.HeaderClassName
 {
   color: #469D13;
 }
 .AnyTagClassName
 {
   color: #469D13;
 }
</style>

background-color css

<style>
 a { background-color: #469D13; }

 a { background-color: rgb(70,157,19); }

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

border-color css

<style>
 span { border-color: #469D13; }

 span { border-color: rgb(70,157,19); }

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