Html Css Color HEX #7E940E Citron

📋 copy color: '#7E940E'

red 126 ◦ green 148 ◦ blue 14

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

Shades of Citron #7E940E

Tints of Citron #7E940E

RGB

 RED value IS 126 (49.61% from 255) = 43.75%

 GREEN value IS 148 (58.2% from 255) = 51.39%

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 43.75%
G = 51.39%
B = 4.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#7E940E (or 0x7E940E) is known color: Citron. HEX triplet: 7E, 94 and 0E. RGB value is (126,148,14). Sum of RGB (Red+Green+Blue) = 126+148+14=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #7E940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E940E is #816BF1. Grayscale: #7E7E7E. Windows color (decimal): -8481778 or 955518. OLE color: 955518.

HSL color Cylindrical-coordinate representation of color #7E940E: hue angle of 69.85º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E940E is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 148 14 -
CMYK 0.15 0 0.91 0.42
HSL 69.85º 0.83% 0.32% -
HSV(B) 69.85º 0.91% 0.58% -
XYZ 19.27 25.65 4.35 -
YUV 126.15 64.71 127.9 -
System Red Green Blue C M Y K H S L
Decimal 126 148 14 0.15 0 0.91 0.42 69.85 0.83 0.32
Hex 7E 94 E F 0 5B 2A 46 53 20
Octal 176 224 16 17 0 133 52 106 123 40
Binary 1111110 10010100 1110 1111 0 1011011 101010 1000110 1010011 100000

Color Harmonies of #7E940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E940E

Black with #7E940E

Text Example


Text Example

White with #7E940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E940E; }

 p { color: rgb(126,148,14); }

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

background-color css

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

 a { background-color: rgb(126,148,14); }

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

border-color css

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

 span { border-color: rgb(126,148,14); }

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