Html Css Color HEX #94A70F Citrus

📋 copy color: '#94A70F'

red 148 ◦ green 167 ◦ blue 15

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

Shades of Citrus #94A70F

Tints of Citrus #94A70F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.61%

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 44.85%
G = 50.61%
B = 4.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#94A70F (or 0x94A70F) is known color: Citrus. HEX triplet: 94, A7 and 0F. RGB value is (148,167,15). Sum of RGB (Red+Green+Blue) = 148+167+15=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #94A70F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A70F is #6B58F0. Grayscale: #909090. Windows color (decimal): -7035121 or 1025940. OLE color: 1025940.

HSL color Cylindrical-coordinate representation of color #94A70F: hue angle of 67.5º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94A70F is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 167 15 -
CMYK 0.11 0 0.91 0.35
HSL 67.5º 0.84% 0.36% -
HSV(B) 67.5º 0.91% 0.65% -
XYZ 26.12 33.97 5.63 -
YUV 143.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 148 167 15 0.11 0 0.91 0.35 67.5 0.84 0.36
Hex 94 A7 F B 0 5B 23 44 54 24
Octal 224 247 17 13 0 133 43 104 124 44
Binary 10010100 10100111 1111 1011 0 1011011 100011 1000100 1010100 100100

Color Harmonies of #94A70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A70F

Black with #94A70F

Text Example


Text Example

White with #94A70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,167,15); }

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

background-color css

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

 a { background-color: rgb(148,167,15); }

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

border-color css

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

 span { border-color: rgb(148,167,15); }

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