Html Css Color HEX #AFF18D Feijoa

📋 copy color: '#AFF18D'

red 175 ◦ green 241 ◦ blue 141

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

Shades of Feijoa #AFF18D

Tints of Feijoa #AFF18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

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

R = 31.42%
G = 43.27%
B = 25.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#AFF18D (or 0xAFF18D) is known color: Feijoa. HEX triplet: AF, F1 and 8D. RGB value is (175,241,141). Sum of RGB (Red+Green+Blue) = 175+241+141=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF18D is #500E72. Grayscale: #D2D2D2. Windows color (decimal): -5246579 or 9302447. OLE color: 9302447.

HSL color Cylindrical-coordinate representation of color #AFF18D: hue angle of 99.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFF18D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 141 -
CMYK 0.27 0 0.41 0.05
HSL 99.6º 0.78% 0.75% -
HSV(B) 99.6º 0.41% 0.95% -
XYZ 53.94 73.95 36.63 -
YUV 209.87 89.13 103.13 -
System Red Green Blue C M Y K H S L
Decimal 175 241 141 0.27 0 0.41 0.05 99.6 0.78 0.75
Hex AF F1 8D 1B 0 29 5 64 4E 4B
Octal 257 361 215 33 0 51 5 144 116 113
Binary 10101111 11110001 10001101 11011 0 101001 101 1100100 1001110 1001011

Color Harmonies of #AFF18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF18D

Black with #AFF18D

Text Example


Text Example

White with #AFF18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF18D; }

 p { color: rgb(175,241,141); }

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

background-color css

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

 a { background-color: rgb(175,241,141); }

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

border-color css

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

 span { border-color: rgb(175,241,141); }

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