Html Css Color HEX #AFF18F Feijoa

📋 copy color: '#AFF18F'

red 175 ◦ green 241 ◦ blue 143

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

Shades of Feijoa #AFF18F

Tints of Feijoa #AFF18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.58%

R = 31.31%
G = 43.11%
B = 25.58%

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

#AFF18F (or 0xAFF18F) is known color: Feijoa. HEX triplet: AF, F1 and 8F. RGB value is (175,241,143). Sum of RGB (Red+Green+Blue) = 175+241+143=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF18F is #500E70. Grayscale: #D2D2D2. Windows color (decimal): -5246577 or 9433519. OLE color: 9433519.

HSL color Cylindrical-coordinate representation of color #AFF18F: hue angle of 100.41º 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 #AFF18F is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 143 -
CMYK 0.27 0 0.41 0.05
HSL 100.41º 0.78% 0.75% -
HSV(B) 100.41º 0.41% 0.95% -
XYZ 54.09 74.01 37.42 -
YUV 210.09 90.13 102.97 -
System Red Green Blue C M Y K H S L
Decimal 175 241 143 0.27 0 0.41 0.05 100.41 0.78 0.75
Hex AF F1 8F 1B 0 29 5 64 4E 4B
Octal 257 361 217 33 0 51 5 144 116 113
Binary 10101111 11110001 10001111 11011 0 101001 101 1100100 1001110 1001011

Color Harmonies of #AFF18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF18F

Black with #AFF18F

Text Example


Text Example

White with #AFF18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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