Html Css Color HEX #94C20E Citrus

📋 copy color: '#94C20E'

red 148 ◦ green 194 ◦ blue 14

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

Shades of Citrus #94C20E

Tints of Citrus #94C20E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 41.57%
G = 54.49%
B = 3.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#94C20E (or 0x94C20E) is known color: Citrus. HEX triplet: 94, C2 and 0E. RGB value is (148,194,14). Sum of RGB (Red+Green+Blue) = 148+194+14=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #94C20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C20E is #6B3DF1. Grayscale: #A0A0A0. Windows color (decimal): -7028210 or 967316. OLE color: 967316.

HSL color Cylindrical-coordinate representation of color #94C20E: hue angle of 75.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94C20E is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 194 14 -
CMYK 0.24 0 0.93 0.24
HSL 75.33º 0.87% 0.41% -
HSV(B) 75.33º 0.93% 0.76% -
XYZ 31.58 44.91 7.42 -
YUV 159.73 45.76 119.64 -
System Red Green Blue C M Y K H S L
Decimal 148 194 14 0.24 0 0.93 0.24 75.33 0.87 0.41
Hex 94 C2 E 18 0 5D 18 4B 57 29
Octal 224 302 16 30 0 135 30 113 127 51
Binary 10010100 11000010 1110 11000 0 1011101 11000 1001011 1010111 101001

Color Harmonies of #94C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C20E

Black with #94C20E

Text Example


Text Example

White with #94C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,194,14); }

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

background-color css

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

 a { background-color: rgb(148,194,14); }

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

border-color css

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

 span { border-color: rgb(148,194,14); }

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