Html Css Color HEX #469C00 Kelly Green

📋 copy color: '#469C00'

red 70 ◦ green 156 ◦ blue 0

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

Shades of Kelly Green #469C00

Tints of Kelly Green #469C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 69.03%

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

R = 30.97%
G = 69.03%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#469C00 (or 0x469C00) is known color: Kelly Green. HEX triplet: 46, 9C and 00. RGB value is (70,156,0). Sum of RGB (Red+Green+Blue) = 70+156+0=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 156 (61.33% from 255 or 69.03% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 156 - color contains mainly: green. Hex color #469C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469C00 is #B963FF. Grayscale: #717171. Windows color (decimal): -12149760 or 40006. OLE color: 40006.

HSL color Cylindrical-coordinate representation of color #469C00: hue angle of 93.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #469C00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 0 -
CMYK 0.55 0 1 0.39
HSL 93.08º 1% 0.31% -
HSV(B) 93.08º 1% 0.61% -
XYZ 14.41 25.08 4.08 -
YUV 112.5 64.51 97.68 -
System Red Green Blue C M Y K H S L
Decimal 70 156 0 0.55 0 1 0.39 93.08 1 0.31
Hex 46 9C 0 37 0 64 27 5D 64 1F
Octal 106 234 0 67 0 144 47 135 144 37
Binary 1000110 10011100 0 110111 0 1100100 100111 1011101 1100100 11111

Color Harmonies of #469C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C00

Black with #469C00

Text Example


Text Example

White with #469C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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