Html Css Color HEX #8AF96C Pastel Green

📋 copy color: '#8AF96C'

red 138 ◦ green 249 ◦ blue 108

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

Shades of Pastel Green #8AF96C

Tints of Pastel Green #8AF96C

RGB

 RED value IS 138 (54.3% from 255) = 27.88%

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

 BLUE value IS 108 (42.58% from 255) = 21.82%

R = 27.88%
G = 50.3%
B = 21.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#8AF96C (or 0x8AF96C) is known color: Pastel Green. HEX triplet: 8A, F9 and 6C. RGB value is (138,249,108). Sum of RGB (Red+Green+Blue) = 138+249+108=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF96C is #750693. Grayscale: #C8C8C8. Windows color (decimal): -7669396 or 7141770. OLE color: 7141770.

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

Color convert

RGB 138 249 108 -
CMYK 0.45 0 0.57 0.02
HSL 107.23º 0.92% 0.7% -
HSV(B) 107.23º 0.57% 0.98% -
XYZ 47.06 74.24 26.04 -
YUV 199.74 76.23 83.96 -
System Red Green Blue C M Y K H S L
Decimal 138 249 108 0.45 0 0.57 0.02 107.23 0.92 0.7
Hex 8A F9 6C 2D 0 39 2 6B 5C 46
Octal 212 371 154 55 0 71 2 153 134 106
Binary 10001010 11111001 1101100 101101 0 111001 10 1101011 1011100 1000110

Color Harmonies of #8AF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF96C

Black with #8AF96C

Text Example


Text Example

White with #8AF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,249,108); }

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

background-color css

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

 a { background-color: rgb(138,249,108); }

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

border-color css

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

 span { border-color: rgb(138,249,108); }

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