Html Css Color HEX #94A901 Citrus

📋 copy color: '#94A901'

red 148 ◦ green 169 ◦ blue 1

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

Shades of Citrus #94A901

Tints of Citrus #94A901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.14%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 46.54%
G = 53.14%
B = 0.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#94A901 (or 0x94A901) is known color: Citrus. HEX triplet: 94, A9 and 01. RGB value is (148,169,1). Sum of RGB (Red+Green+Blue) = 148+169+1=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #94A901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A901 is #6B56FE. Grayscale: #909090. Windows color (decimal): -7034623 or 108948. OLE color: 108948.

HSL color Cylindrical-coordinate representation of color #94A901: hue angle of 67.5º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94A901 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 169 1 -
CMYK 0.12 0 0.99 0.34
HSL 67.5º 0.99% 0.33% -
HSV(B) 67.5º 0.99% 0.66% -
XYZ 26.41 34.67 5.33 -
YUV 143.57 47.54 131.16 -
System Red Green Blue C M Y K H S L
Decimal 148 169 1 0.12 0 0.99 0.34 67.5 0.99 0.33
Hex 94 A9 1 C 0 63 22 44 63 21
Octal 224 251 1 14 0 143 42 104 143 41
Binary 10010100 10101001 1 1100 0 1100011 100010 1000100 1100011 100001

Color Harmonies of #94A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A901

Black with #94A901

Text Example


Text Example

White with #94A901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,169,1); }

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

background-color css

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

 a { background-color: rgb(148,169,1); }

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

border-color css

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

 span { border-color: rgb(148,169,1); }

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