Html Css Color HEX #AFFC8C Pale Green

📋 copy color: '#AFFC8C'

red 175 ◦ green 252 ◦ blue 140

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

Shades of Pale Green #AFFC8C

Tints of Pale Green #AFFC8C

RGB

 RED value IS 175 (68.75% from 255) = 30.86%

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

 BLUE value IS 140 (55.08% from 255) = 24.69%

R = 30.86%
G = 44.44%
B = 24.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#AFFC8C (or 0xAFFC8C) is known color: Pale Green. HEX triplet: AF, FC and 8C. RGB value is (175,252,140). Sum of RGB (Red+Green+Blue) = 175+252+140=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC8C is #500373. Grayscale: #D8D8D8. Windows color (decimal): -5243764 or 9239727. OLE color: 9239727.

HSL color Cylindrical-coordinate representation of color #AFFC8C: hue angle of 101.25º 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 #AFFC8C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 140 -
CMYK 0.31 0 0.44 0.01
HSL 101.25º 0.95% 0.77% -
HSV(B) 101.25º 0.44% 0.99% -
XYZ 57.22 80.63 37.36 -
YUV 216.21 84.99 98.61 -
System Red Green Blue C M Y K H S L
Decimal 175 252 140 0.31 0 0.44 0.01 101.25 0.95 0.77
Hex AF FC 8C 1F 0 2C 1 65 5F 4D
Octal 257 374 214 37 0 54 1 145 137 115
Binary 10101111 11111100 10001100 11111 0 101100 1 1100101 1011111 1001101

Color Harmonies of #AFFC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC8C

Black with #AFFC8C

Text Example


Text Example

White with #AFFC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC8C; }

 p { color: rgb(175,252,140); }

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

background-color css

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

 a { background-color: rgb(175,252,140); }

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

border-color css

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

 span { border-color: rgb(175,252,140); }

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