Html Css Color HEX #94A01E Citron

📋 copy color: '#94A01E'

red 148 ◦ green 160 ◦ blue 30

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

Shades of Citron #94A01E

Tints of Citron #94A01E

RGB

 RED value IS 148 (58.2% from 255) = 43.79%

 GREEN value IS 160 (62.89% from 255) = 47.34%

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 43.79%
G = 47.34%
B = 8.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#94A01E (or 0x94A01E) is known color: Citron. HEX triplet: 94, A0 and 1E. RGB value is (148,160,30). Sum of RGB (Red+Green+Blue) = 148+160+30=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #94A01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A01E is #6B5FE1. Grayscale: #8E8E8E. Windows color (decimal): -7036898 or 2007188. OLE color: 2007188.

HSL color Cylindrical-coordinate representation of color #94A01E: hue angle of 65.54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94A01E is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 30 -
CMYK 0.07 0 0.81 0.37
HSL 65.54º 0.68% 0.37% -
HSV(B) 65.54º 0.81% 0.63% -
XYZ 25.02 31.53 6 -
YUV 141.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 148 160 30 0.07 0 0.81 0.37 65.54 0.68 0.37
Hex 94 A0 1E 7 0 51 25 42 44 25
Octal 224 240 36 7 0 121 45 102 104 45
Binary 10010100 10100000 11110 111 0 1010001 100101 1000010 1000100 100101

Color Harmonies of #94A01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A01E

Black with #94A01E

Text Example


Text Example

White with #94A01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A01E; }

 p { color: rgb(148,160,30); }

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

background-color css

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

 a { background-color: rgb(148,160,30); }

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

border-color css

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

 span { border-color: rgb(148,160,30); }

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