Html Css Color HEX #94CA1E Yellow Green

📋 copy color: '#94CA1E'

red 148 ◦ green 202 ◦ blue 30

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

Shades of Yellow Green #94CA1E

Tints of Yellow Green #94CA1E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.16%

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 38.95%
G = 53.16%
B = 7.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#94CA1E (or 0x94CA1E) is known color: Yellow Green. HEX triplet: 94, CA and 1E. RGB value is (148,202,30). Sum of RGB (Red+Green+Blue) = 148+202+30=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA1E is #6B35E1. Grayscale: #A6A6A6. Windows color (decimal): -7026146 or 2017940. OLE color: 2017940.

HSL color Cylindrical-coordinate representation of color #94CA1E: hue angle of 78.84º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94CA1E is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 30 -
CMYK 0.27 0 0.85 0.21
HSL 78.84º 0.74% 0.45% -
HSV(B) 78.84º 0.85% 0.79% -
XYZ 33.57 48.63 8.85 -
YUV 166.25 51.11 114.99 -
System Red Green Blue C M Y K H S L
Decimal 148 202 30 0.27 0 0.85 0.21 78.84 0.74 0.45
Hex 94 CA 1E 1B 0 55 15 4F 4A 2D
Octal 224 312 36 33 0 125 25 117 112 55
Binary 10010100 11001010 11110 11011 0 1010101 10101 1001111 1001010 101101

Color Harmonies of #94CA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA1E

Black with #94CA1E

Text Example


Text Example

White with #94CA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,202,30); }

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

background-color css

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

 a { background-color: rgb(148,202,30); }

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

border-color css

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

 span { border-color: rgb(148,202,30); }

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