Html Css Color HEX #8AF466 Pastel Green

📋 copy color: '#8AF466'

red 138 ◦ green 244 ◦ blue 102

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

Shades of Pastel Green #8AF466

Tints of Pastel Green #8AF466

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.41%

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 28.51%
G = 50.41%
B = 21.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#8AF466 (or 0x8AF466) is known color: Pastel Green. HEX triplet: 8A, F4 and 66. RGB value is (138,244,102). Sum of RGB (Red+Green+Blue) = 138+244+102=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF466 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF466 is #750B99. Grayscale: #C4C4C4. Windows color (decimal): -7670682 or 6747274. OLE color: 6747274.

HSL color Cylindrical-coordinate representation of color #8AF466: hue angle of 104.79º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AF466 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 244 102 -
CMYK 0.43 0 0.58 0.04
HSL 104.79º 0.87% 0.68% -
HSV(B) 104.79º 0.58% 0.96% -
XYZ 45.23 71.06 23.9 -
YUV 196.12 74.88 86.55 -
System Red Green Blue C M Y K H S L
Decimal 138 244 102 0.43 0 0.58 0.04 104.79 0.87 0.68
Hex 8A F4 66 2B 0 3A 4 69 57 44
Octal 212 364 146 53 0 72 4 151 127 104
Binary 10001010 11110100 1100110 101011 0 111010 100 1101001 1010111 1000100

Color Harmonies of #8AF466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF466

Black with #8AF466

Text Example


Text Example

White with #8AF466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,244,102); }

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

background-color css

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

 a { background-color: rgb(138,244,102); }

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

border-color css

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

 span { border-color: rgb(138,244,102); }

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