Html Css Color HEX #AFFC90 Pale Green

📋 copy color: '#AFFC90'

red 175 ◦ green 252 ◦ blue 144

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

Shades of Pale Green #AFFC90

Tints of Pale Green #AFFC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.22%

R = 30.65%
G = 44.13%
B = 25.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#AFFC90 (or 0xAFFC90) is known color: Pale Green. HEX triplet: AF, FC and 90. RGB value is (175,252,144). Sum of RGB (Red+Green+Blue) = 175+252+144=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC90 is #50036F. Grayscale: #D9D9D9. Windows color (decimal): -5243760 or 9501871. OLE color: 9501871.

HSL color Cylindrical-coordinate representation of color #AFFC90: hue angle of 102.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFFC90 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 144 -
CMYK 0.31 0 0.43 0.01
HSL 102.78º 0.95% 0.78% -
HSV(B) 102.78º 0.43% 0.99% -
XYZ 57.52 80.75 38.94 -
YUV 216.67 86.99 98.28 -
System Red Green Blue C M Y K H S L
Decimal 175 252 144 0.31 0 0.43 0.01 102.78 0.95 0.78
Hex AF FC 90 1F 0 2B 1 67 5F 4E
Octal 257 374 220 37 0 53 1 147 137 116
Binary 10101111 11111100 10010000 11111 0 101011 1 1100111 1011111 1001110

Color Harmonies of #AFFC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC90

Black with #AFFC90

Text Example


Text Example

White with #AFFC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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