Html Css Color HEX #469800 Kelly Green

📋 copy color: '#469800'

red 70 ◦ green 152 ◦ blue 0

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

Shades of Kelly Green #469800

Tints of Kelly Green #469800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 68.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.53%
G = 68.47%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#469800 (or 0x469800) is known color: Kelly Green. HEX triplet: 46, 98 and 00. RGB value is (70,152,0). Sum of RGB (Red+Green+Blue) = 70+152+0=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 152 (59.77% from 255 or 68.47% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 152 - color contains mainly: green. Hex color #469800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469800 is #B967FF. Grayscale: #6E6E6E. Windows color (decimal): -12150784 or 38982. OLE color: 38982.

HSL color Cylindrical-coordinate representation of color #469800: hue angle of 92.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #469800 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 0 -
CMYK 0.54 0 1 0.40
HSL 92.37º 1% 0.3% -
HSV(B) 92.37º 1% 0.6% -
XYZ 13.75 23.76 3.86 -
YUV 110.15 65.83 99.36 -
System Red Green Blue C M Y K H S L
Decimal 70 152 0 0.54 0 1 0.40 92.37 1 0.3
Hex 46 98 0 36 0 64 28 5C 64 1E
Octal 106 230 0 66 0 144 50 134 144 36
Binary 1000110 10011000 0 110110 0 1100100 101000 1011100 1100100 11110

Color Harmonies of #469800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469800

Black with #469800

Text Example


Text Example

White with #469800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469800; }

 p { color: rgb(70,152,0); }

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

background-color css

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

 a { background-color: rgb(70,152,0); }

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

border-color css

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

 span { border-color: rgb(70,152,0); }

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