Html Css Color HEX #46BE0A Kelly Green

📋 copy color: '#46BE0A'

red 70 ◦ green 190 ◦ blue 10

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

Shades of Kelly Green #46BE0A

Tints of Kelly Green #46BE0A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 70.37%

 BLUE value IS 10 (4.3% from 255) = 3.7%

R = 25.93%
G = 70.37%
B = 3.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#46BE0A (or 0x46BE0A) is known color: Kelly Green. HEX triplet: 46, BE and 0A. RGB value is (70,190,10). Sum of RGB (Red+Green+Blue) = 70+190+10=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BE0A is #B941F5. Grayscale: #868686. Windows color (decimal): -12141046 or 704070. OLE color: 704070.

HSL color Cylindrical-coordinate representation of color #46BE0A: hue angle of 100º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46BE0A is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 190 10 -
CMYK 0.63 0 0.95 0.25
HSL 100º 0.9% 0.39% -
HSV(B) 100º 0.95% 0.75% -
XYZ 20.99 38.15 6.54 -
YUV 133.6 58.24 82.64 -
System Red Green Blue C M Y K H S L
Decimal 70 190 10 0.63 0 0.95 0.25 100 0.9 0.39
Hex 46 BE A 3F 0 5F 19 64 5A 27
Octal 106 276 12 77 0 137 31 144 132 47
Binary 1000110 10111110 1010 111111 0 1011111 11001 1100100 1011010 100111

Color Harmonies of #46BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BE0A

Black with #46BE0A

Text Example


Text Example

White with #46BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46BE0A; }

 p { color: rgb(70,190,10); }

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

background-color css

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

 a { background-color: rgb(70,190,10); }

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

border-color css

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

 span { border-color: rgb(70,190,10); }

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