Html Css Color HEX #94F7AA Pale Green

📋 copy color: '#94F7AA'

red 148 ◦ green 247 ◦ blue 170

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

Shades of Pale Green #94F7AA

Tints of Pale Green #94F7AA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.72%

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 26.19%
G = 43.72%
B = 30.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#94F7AA (or 0x94F7AA) is known color: Pale Green. HEX triplet: 94, F7 and AA. RGB value is (148,247,170). Sum of RGB (Red+Green+Blue) = 148+247+170=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F7AA is #6B0855. Grayscale: #D0D0D0. Windows color (decimal): -7014486 or 11204500. OLE color: 11204500.

HSL color Cylindrical-coordinate representation of color #94F7AA: hue angle of 133.33º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7AA is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 247 170 -
CMYK 0.40 0 0.31 0.03
HSL 133.33º 0.86% 0.77% -
HSV(B) 133.33º 0.4% 0.97% -
XYZ 52.73 75.72 49.87 -
YUV 208.62 106.2 84.76 -
System Red Green Blue C M Y K H S L
Decimal 148 247 170 0.40 0 0.31 0.03 133.33 0.86 0.77
Hex 94 F7 AA 28 0 1F 3 85 56 4D
Octal 224 367 252 50 0 37 3 205 126 115
Binary 10010100 11110111 10101010 101000 0 11111 11 10000101 1010110 1001101

Color Harmonies of #94F7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F7AA

Black with #94F7AA

Text Example


Text Example

White with #94F7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,247,170); }

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

background-color css

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

 a { background-color: rgb(148,247,170); }

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

border-color css

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

 span { border-color: rgb(148,247,170); }

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