Html Css Color HEX #94C008 Citrus

📋 copy color: '#94C008'

red 148 ◦ green 192 ◦ blue 8

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

Shades of Citrus #94C008

Tints of Citrus #94C008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.17%

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 42.53%
G = 55.17%
B = 2.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#94C008 (or 0x94C008) is known color: Citrus. HEX triplet: 94, C0 and 08. RGB value is (148,192,8). Sum of RGB (Red+Green+Blue) = 148+192+8=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #94C008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C008 is #6B3FF7. Grayscale: #9E9E9E. Windows color (decimal): -7028728 or 573588. OLE color: 573588.

HSL color Cylindrical-coordinate representation of color #94C008: hue angle of 74.35º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94C008 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 8 -
CMYK 0.23 0 0.96 0.25
HSL 74.35º 0.92% 0.39% -
HSV(B) 74.35º 0.96% 0.75% -
XYZ 31.11 44.01 7.09 -
YUV 157.87 43.42 120.96 -
System Red Green Blue C M Y K H S L
Decimal 148 192 8 0.23 0 0.96 0.25 74.35 0.92 0.39
Hex 94 C0 8 17 0 60 19 4A 5C 27
Octal 224 300 10 27 0 140 31 112 134 47
Binary 10010100 11000000 1000 10111 0 1100000 11001 1001010 1011100 100111

Color Harmonies of #94C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C008

Black with #94C008

Text Example


Text Example

White with #94C008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,8); }

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

background-color css

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

 a { background-color: rgb(148,192,8); }

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

border-color css

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

 span { border-color: rgb(148,192,8); }

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