Html Css Color HEX #469D12 Kelly Green

📋 copy color: '#469D12'

red 70 ◦ green 157 ◦ blue 18

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

Shades of Kelly Green #469D12

Tints of Kelly Green #469D12

RGB

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

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

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

R = 28.57%
G = 64.08%
B = 7.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#469D12 (or 0x469D12) is known color: Kelly Green. HEX triplet: 46, 9D and 12. RGB value is (70,157,18). Sum of RGB (Red+Green+Blue) = 70+157+18=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 157 (61.72% from 255 or 64.08% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 157 - color contains mainly: green. Hex color #469D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469D12 is #B962ED. Grayscale: #737373. Windows color (decimal): -12149486 or 1219910. OLE color: 1219910.

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

Color convert

RGB 70 157 18 -
CMYK 0.55 0 0.89 0.38
HSL 97.55º 0.79% 0.34% -
HSV(B) 97.55º 0.89% 0.62% -
XYZ 14.69 25.46 4.71 -
YUV 115.14 73.18 95.8 -
System Red Green Blue C M Y K H S L
Decimal 70 157 18 0.55 0 0.89 0.38 97.55 0.79 0.34
Hex 46 9D 12 37 0 59 26 62 4F 22
Octal 106 235 22 67 0 131 46 142 117 42
Binary 1000110 10011101 10010 110111 0 1011001 100110 1100010 1001111 100010

Color Harmonies of #469D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D12

Black with #469D12

Text Example


Text Example

White with #469D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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