Html Css Color HEX #94C015 Citrus

📋 copy color: '#94C015'

red 148 ◦ green 192 ◦ blue 21

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

Shades of Citrus #94C015

Tints of Citrus #94C015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 41%
G = 53.19%
B = 5.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#94C015 (or 0x94C015) is known color: Citrus. HEX triplet: 94, C0 and 15. RGB value is (148,192,21). Sum of RGB (Red+Green+Blue) = 148+192+21=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #94C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C015 is #6B3FEA. Grayscale: #9F9F9F. Windows color (decimal): -7028715 or 1425556. OLE color: 1425556.

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

Color convert

RGB 148 192 21 -
CMYK 0.23 0 0.89 0.25
HSL 75.44º 0.8% 0.42% -
HSV(B) 75.44º 0.89% 0.75% -
XYZ 31.2 44.05 7.57 -
YUV 159.35 49.92 119.9 -
System Red Green Blue C M Y K H S L
Decimal 148 192 21 0.23 0 0.89 0.25 75.44 0.8 0.42
Hex 94 C0 15 17 0 59 19 4B 50 2A
Octal 224 300 25 27 0 131 31 113 120 52
Binary 10010100 11000000 10101 10111 0 1011001 11001 1001011 1010000 101010

Color Harmonies of #94C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C015

Black with #94C015

Text Example


Text Example

White with #94C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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