Html Css Color HEX #94C908 Citrus

📋 copy color: '#94C908'

red 148 ◦ green 201 ◦ blue 8

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

Shades of Citrus #94C908

Tints of Citrus #94C908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.3%

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

R = 41.46%
G = 56.3%
B = 2.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#94C908 (or 0x94C908) is known color: Citrus. HEX triplet: 94, C9 and 08. RGB value is (148,201,8). Sum of RGB (Red+Green+Blue) = 148+201+8=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #94C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C908 is #6B36F7. Grayscale: #A3A3A3. Windows color (decimal): -7026424 or 575892. OLE color: 575892.

HSL color Cylindrical-coordinate representation of color #94C908: hue angle of 76.48º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94C908 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 201 8 -
CMYK 0.26 0 0.96 0.21
HSL 76.48º 0.92% 0.41% -
HSV(B) 76.48º 0.96% 0.79% -
XYZ 33.14 48.09 7.76 -
YUV 163.15 40.44 117.19 -
System Red Green Blue C M Y K H S L
Decimal 148 201 8 0.26 0 0.96 0.21 76.48 0.92 0.41
Hex 94 C9 8 1A 0 60 15 4C 5C 29
Octal 224 311 10 32 0 140 25 114 134 51
Binary 10010100 11001001 1000 11010 0 1100000 10101 1001100 1011100 101001

Color Harmonies of #94C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C908

Black with #94C908

Text Example


Text Example

White with #94C908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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