Html Css Color HEX #8CF995 Pale Green

📋 copy color: '#8CF995'

red 140 ◦ green 249 ◦ blue 149

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

Shades of Pale Green #8CF995

Tints of Pale Green #8CF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 26.02%
G = 46.28%
B = 27.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#8CF995 (or 0x8CF995) is known color: Pale Green. HEX triplet: 8C, F9 and 95. RGB value is (140,249,149). Sum of RGB (Red+Green+Blue) = 140+249+149=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF995 is #73066A. Grayscale: #CDCDCD. Windows color (decimal): -7538283 or 9828748. OLE color: 9828748.

HSL color Cylindrical-coordinate representation of color #8CF995: hue angle of 124.95º degrees, saturation: 0.9, 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 #8CF995 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 249 149 -
CMYK 0.44 0 0.40 0.02
HSL 124.95º 0.9% 0.76% -
HSV(B) 124.95º 0.44% 0.98% -
XYZ 50.12 75.5 40.36 -
YUV 205.01 96.39 81.63 -
System Red Green Blue C M Y K H S L
Decimal 140 249 149 0.44 0 0.40 0.02 124.95 0.9 0.76
Hex 8C F9 95 2C 0 28 2 7D 5A 4C
Octal 214 371 225 54 0 50 2 175 132 114
Binary 10001100 11111001 10010101 101100 0 101000 10 1111101 1011010 1001100

Color Harmonies of #8CF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF995

Black with #8CF995

Text Example


Text Example

White with #8CF995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,249,149); }

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

background-color css

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

 a { background-color: rgb(140,249,149); }

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

border-color css

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

 span { border-color: rgb(140,249,149); }

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