Html Css Color HEX #94C609 Citrus

📋 copy color: '#94C609'

red 148 ◦ green 198 ◦ blue 9

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

Shades of Citrus #94C609

Tints of Citrus #94C609

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.77%

 BLUE value IS 9 (3.91% from 255) = 2.54%

R = 41.69%
G = 55.77%
B = 2.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#94C609 (or 0x94C609) is known color: Citrus. HEX triplet: 94, C6 and 09. RGB value is (148,198,9). Sum of RGB (Red+Green+Blue) = 148+198+9=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #94C609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C609 is #6B39F6. Grayscale: #A2A2A2. Windows color (decimal): -7027191 or 640660. OLE color: 640660.

HSL color Cylindrical-coordinate representation of color #94C609: hue angle of 75.87º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94C609 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 9 -
CMYK 0.25 0 0.95 0.22
HSL 75.87º 0.91% 0.41% -
HSV(B) 75.87º 0.95% 0.78% -
XYZ 32.46 46.7 7.56 -
YUV 161.5 41.94 118.37 -
System Red Green Blue C M Y K H S L
Decimal 148 198 9 0.25 0 0.95 0.22 75.87 0.91 0.41
Hex 94 C6 9 19 0 5F 16 4C 5B 29
Octal 224 306 11 31 0 137 26 114 133 51
Binary 10010100 11000110 1001 11001 0 1011111 10110 1001100 1011011 101001

Color Harmonies of #94C609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C609

Black with #94C609

Text Example


Text Example

White with #94C609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,9); }

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

background-color css

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

 a { background-color: rgb(148,198,9); }

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

border-color css

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

 span { border-color: rgb(148,198,9); }

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