Html Css Color HEX #94AF0F Citrus

📋 copy color: '#94AF0F'

red 148 ◦ green 175 ◦ blue 15

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

Shades of Citrus #94AF0F

Tints of Citrus #94AF0F

RGB

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

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

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

R = 43.79%
G = 51.78%
B = 4.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#94AF0F (or 0x94AF0F) is known color: Citrus. HEX triplet: 94, AF and 0F. RGB value is (148,175,15). Sum of RGB (Red+Green+Blue) = 148+175+15=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AF0F is #6B50F0. Grayscale: #959595. Windows color (decimal): -7033073 or 1027988. OLE color: 1027988.

HSL color Cylindrical-coordinate representation of color #94AF0F: hue angle of 70.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94AF0F is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 175 15 -
CMYK 0.15 0 0.91 0.31
HSL 70.13º 0.84% 0.37% -
HSV(B) 70.13º 0.91% 0.69% -
XYZ 27.63 36.99 6.14 -
YUV 148.69 52.55 127.51 -
System Red Green Blue C M Y K H S L
Decimal 148 175 15 0.15 0 0.91 0.31 70.13 0.84 0.37
Hex 94 AF F F 0 5B 1F 46 54 25
Octal 224 257 17 17 0 133 37 106 124 45
Binary 10010100 10101111 1111 1111 0 1011011 11111 1000110 1010100 100101

Color Harmonies of #94AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF0F

Black with #94AF0F

Text Example


Text Example

White with #94AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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