Html Css Color HEX #94FA9A Pale Green

📋 copy color: '#94FA9A'

red 148 ◦ green 250 ◦ blue 154

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

Shades of Pale Green #94FA9A

Tints of Pale Green #94FA9A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.29%

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

R = 26.81%
G = 45.29%
B = 27.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#94FA9A (or 0x94FA9A) is known color: Pale Green. HEX triplet: 94, FA and 9A. RGB value is (148,250,154). Sum of RGB (Red+Green+Blue) = 148+250+154=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FA9A is #6B0565. Grayscale: #D0D0D0. Windows color (decimal): -7013734 or 10156692. OLE color: 10156692.

HSL color Cylindrical-coordinate representation of color #94FA9A: hue angle of 123.53º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FA9A is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 250 154 -
CMYK 0.41 0 0.38 0.02
HSL 123.53º 0.91% 0.78% -
HSV(B) 123.53º 0.41% 0.98% -
XYZ 52.23 77 42.68 -
YUV 208.56 97.21 84.81 -
System Red Green Blue C M Y K H S L
Decimal 148 250 154 0.41 0 0.38 0.02 123.53 0.91 0.78
Hex 94 FA 9A 29 0 26 2 7C 5B 4E
Octal 224 372 232 51 0 46 2 174 133 116
Binary 10010100 11111010 10011010 101001 0 100110 10 1111100 1011011 1001110

Color Harmonies of #94FA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FA9A

Black with #94FA9A

Text Example


Text Example

White with #94FA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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