Html Css Color HEX #94F19A Pale Green

📋 copy color: '#94F19A'

red 148 ◦ green 241 ◦ blue 154

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

Shades of Pale Green #94F19A

Tints of Pale Green #94F19A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.38%

 BLUE value IS 154 (60.55% from 255) = 28.36%

R = 27.26%
G = 44.38%
B = 28.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#94F19A (or 0x94F19A) is known color: Pale Green. HEX triplet: 94, F1 and 9A. RGB value is (148,241,154). Sum of RGB (Red+Green+Blue) = 148+241+154=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #94F19A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F19A is #6B0E65. Grayscale: #CBCBCB. Windows color (decimal): -7016038 or 10154388. OLE color: 10154388.

HSL color Cylindrical-coordinate representation of color #94F19A: hue angle of 123.87º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F19A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 241 154 -
CMYK 0.39 0 0.36 0.05
HSL 123.87º 0.77% 0.76% -
HSV(B) 123.87º 0.39% 0.95% -
XYZ 49.5 71.54 41.77 -
YUV 203.28 100.19 88.57 -
System Red Green Blue C M Y K H S L
Decimal 148 241 154 0.39 0 0.36 0.05 123.87 0.77 0.76
Hex 94 F1 9A 27 0 24 5 7C 4D 4C
Octal 224 361 232 47 0 44 5 174 115 114
Binary 10010100 11110001 10011010 100111 0 100100 101 1111100 1001101 1001100

Color Harmonies of #94F19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F19A

Black with #94F19A

Text Example


Text Example

White with #94F19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,241,154); }

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

background-color css

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

 a { background-color: rgb(148,241,154); }

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

border-color css

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

 span { border-color: rgb(148,241,154); }

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