Html Css Color HEX #AFF38D Feijoa

📋 copy color: '#AFF38D'

red 175 ◦ green 243 ◦ blue 141

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

Shades of Feijoa #AFF38D

Tints of Feijoa #AFF38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.47%

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

R = 31.31%
G = 43.47%
B = 25.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#AFF38D (or 0xAFF38D) is known color: Feijoa. HEX triplet: AF, F3 and 8D. RGB value is (175,243,141). Sum of RGB (Red+Green+Blue) = 175+243+141=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF38D is #500C72. Grayscale: #D3D3D3. Windows color (decimal): -5246067 or 9302959. OLE color: 9302959.

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

Color convert

RGB 175 243 141 -
CMYK 0.28 0 0.42 0.05
HSL 100º 0.81% 0.75% -
HSV(B) 100º 0.42% 0.95% -
XYZ 54.54 75.14 36.83 -
YUV 211.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 175 243 141 0.28 0 0.42 0.05 100 0.81 0.75
Hex AF F3 8D 1C 0 2A 5 64 51 4B
Octal 257 363 215 34 0 52 5 144 121 113
Binary 10101111 11110011 10001101 11100 0 101010 101 1100100 1010001 1001011

Color Harmonies of #AFF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF38D

Black with #AFF38D

Text Example


Text Example

White with #AFF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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