Html Css Color HEX #9AFC8D Pale Green

📋 copy color: '#9AFC8D'

red 154 ◦ green 252 ◦ blue 141

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

Shades of Pale Green #9AFC8D

Tints of Pale Green #9AFC8D

RGB

 RED value IS 154 (60.55% from 255) = 28.15%

 GREEN value IS 252 (98.83% from 255) = 46.07%

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 28.15%
G = 46.07%
B = 25.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#9AFC8D (or 0x9AFC8D) is known color: Pale Green. HEX triplet: 9A, FC and 8D. RGB value is (154,252,141). Sum of RGB (Red+Green+Blue) = 154+252+141=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFC8D is #650372. Grayscale: #D2D2D2. Windows color (decimal): -6620019 or 9305242. OLE color: 9305242.

HSL color Cylindrical-coordinate representation of color #9AFC8D: hue angle of 112.97º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AFC8D is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 252 141 -
CMYK 0.39 0 0.44 0.01
HSL 112.97º 0.95% 0.77% -
HSV(B) 112.97º 0.44% 0.99% -
XYZ 52.94 78.41 37.54 -
YUV 210.04 89.03 88.03 -
System Red Green Blue C M Y K H S L
Decimal 154 252 141 0.39 0 0.44 0.01 112.97 0.95 0.77
Hex 9A FC 8D 27 0 2C 1 71 5F 4D
Octal 232 374 215 47 0 54 1 161 137 115
Binary 10011010 11111100 10001101 100111 0 101100 1 1110001 1011111 1001101

Color Harmonies of #9AFC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFC8D

Black with #9AFC8D

Text Example


Text Example

White with #9AFC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AFC8D; }

 p { color: rgb(154,252,141); }

 H1.HeaderClassName
 {
   color: #9AFC8D;
 }
 .AnyTagClassName
 {
   color: #9AFC8D;
 }
</style>

background-color css

<style>
 a { background-color: #9AFC8D; }

 a { background-color: rgb(154,252,141); }

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

border-color css

<style>
 span { border-color: #9AFC8D; }

 span { border-color: rgb(154,252,141); }

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