Html Css Color HEX #8CFAA0 Pale Green

📋 copy color: '#8CFAA0'

red 140 ◦ green 250 ◦ blue 160

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

Shades of Pale Green #8CFAA0

Tints of Pale Green #8CFAA0

RGB

 RED value IS 140 (55.08% from 255) = 25.45%

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

 BLUE value IS 160 (62.89% from 255) = 29.09%

R = 25.45%
G = 45.45%
B = 29.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#8CFAA0 (or 0x8CFAA0) is known color: Pale Green. HEX triplet: 8C, FA and A0. RGB value is (140,250,160). Sum of RGB (Red+Green+Blue) = 140+250+160=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFAA0 is #73055F. Grayscale: #CFCFCF. Windows color (decimal): -7538016 or 10549900. OLE color: 10549900.

HSL color Cylindrical-coordinate representation of color #8CFAA0: hue angle of 130.91º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAA0 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 250 160 -
CMYK 0.44 0 0.36 0.02
HSL 130.91º 0.92% 0.76% -
HSV(B) 130.91º 0.44% 0.98% -
XYZ 51.35 76.48 45.31 -
YUV 206.85 101.56 80.32 -
System Red Green Blue C M Y K H S L
Decimal 140 250 160 0.44 0 0.36 0.02 130.91 0.92 0.76
Hex 8C FA A0 2C 0 24 2 83 5C 4C
Octal 214 372 240 54 0 44 2 203 134 114
Binary 10001100 11111010 10100000 101100 0 100100 10 10000011 1011100 1001100

Color Harmonies of #8CFAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFAA0

Black with #8CFAA0

Text Example


Text Example

White with #8CFAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CFAA0; }

 p { color: rgb(140,250,160); }

 H1.HeaderClassName
 {
   color: #8CFAA0;
 }
 .AnyTagClassName
 {
   color: #8CFAA0;
 }
</style>

background-color css

<style>
 a { background-color: #8CFAA0; }

 a { background-color: rgb(140,250,160); }

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

border-color css

<style>
 span { border-color: #8CFAA0; }

 span { border-color: rgb(140,250,160); }

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