Html Css Color HEX #46AF07 Kelly Green

📋 copy color: '#46AF07'

red 70 ◦ green 175 ◦ blue 7

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

Shades of Kelly Green #46AF07

Tints of Kelly Green #46AF07

RGB

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

 GREEN value IS 175 (68.75% from 255) = 69.44%

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 27.78%
G = 69.44%
B = 2.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#46AF07 (or 0x46AF07) is known color: Kelly Green. HEX triplet: 46, AF and 07. RGB value is (70,175,7). Sum of RGB (Red+Green+Blue) = 70+175+7=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46AF07 is #B950F8. Grayscale: #7D7D7D. Windows color (decimal): -12144889 or 503622. OLE color: 503622.

HSL color Cylindrical-coordinate representation of color #46AF07: hue angle of 97.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46AF07 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 175 7 -
CMYK 0.60 0 0.96 0.31
HSL 97.5º 0.92% 0.36% -
HSV(B) 97.5º 0.96% 0.69% -
XYZ 17.89 31.98 5.43 -
YUV 124.45 61.71 89.16 -
System Red Green Blue C M Y K H S L
Decimal 70 175 7 0.60 0 0.96 0.31 97.5 0.92 0.36
Hex 46 AF 7 3C 0 60 1F 62 5C 24
Octal 106 257 7 74 0 140 37 142 134 44
Binary 1000110 10101111 111 111100 0 1100000 11111 1100010 1011100 100100

Color Harmonies of #46AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AF07

Black with #46AF07

Text Example


Text Example

White with #46AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,175,7); }

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

background-color css

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

 a { background-color: rgb(70,175,7); }

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

border-color css

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

 span { border-color: rgb(70,175,7); }

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