Html Css Color HEX #94AD07 Citrus

📋 copy color: '#94AD07'

red 148 ◦ green 173 ◦ blue 7

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

Shades of Citrus #94AD07

Tints of Citrus #94AD07

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.74%

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

R = 45.12%
G = 52.74%
B = 2.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#94AD07 (or 0x94AD07) is known color: Citrus. HEX triplet: 94, AD and 07. RGB value is (148,173,7). Sum of RGB (Red+Green+Blue) = 148+173+7=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AD07 is #6B52F8. Grayscale: #939393. Windows color (decimal): -7033593 or 503188. OLE color: 503188.

HSL color Cylindrical-coordinate representation of color #94AD07: hue angle of 69.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94AD07 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 7 -
CMYK 0.14 0 0.96 0.32
HSL 69.04º 0.92% 0.35% -
HSV(B) 69.04º 0.96% 0.68% -
XYZ 27.19 36.2 5.75 -
YUV 146.6 49.22 129 -
System Red Green Blue C M Y K H S L
Decimal 148 173 7 0.14 0 0.96 0.32 69.04 0.92 0.35
Hex 94 AD 7 E 0 60 20 45 5C 23
Octal 224 255 7 16 0 140 40 105 134 43
Binary 10010100 10101101 111 1110 0 1100000 100000 1000101 1011100 100011

Color Harmonies of #94AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD07

Black with #94AD07

Text Example


Text Example

White with #94AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,173,7); }

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

background-color css

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

 a { background-color: rgb(148,173,7); }

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

border-color css

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

 span { border-color: rgb(148,173,7); }

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