Html Css Color HEX #94AF17 Citrus

📋 copy color: '#94AF17'

red 148 ◦ green 175 ◦ blue 23

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

Shades of Citrus #94AF17

Tints of Citrus #94AF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.65%

R = 42.77%
G = 50.58%
B = 6.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#94AF17 (or 0x94AF17) is known color: Citrus. HEX triplet: 94, AF and 17. RGB value is (148,175,23). Sum of RGB (Red+Green+Blue) = 148+175+23=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AF17 is #6B50E8. Grayscale: #969696. Windows color (decimal): -7033065 or 1552276. OLE color: 1552276.

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

Color convert

RGB 148 175 23 -
CMYK 0.15 0 0.87 0.31
HSL 70.66º 0.77% 0.39% -
HSV(B) 70.66º 0.87% 0.69% -
XYZ 27.7 37.02 6.5 -
YUV 149.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 148 175 23 0.15 0 0.87 0.31 70.66 0.77 0.39
Hex 94 AF 17 F 0 57 1F 47 4D 27
Octal 224 257 27 17 0 127 37 107 115 47
Binary 10010100 10101111 10111 1111 0 1010111 11111 1000111 1001101 100111

Color Harmonies of #94AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF17

Black with #94AF17

Text Example


Text Example

White with #94AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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