Html Css Color HEX #AFE38D Feijoa

📋 copy color: '#AFE38D'

red 175 ◦ green 227 ◦ blue 141

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

Shades of Feijoa #AFE38D

Tints of Feijoa #AFE38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.8%

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

R = 32.23%
G = 41.8%
B = 25.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#AFE38D (or 0xAFE38D) is known color: Feijoa. HEX triplet: AF, E3 and 8D. RGB value is (175,227,141). Sum of RGB (Red+Green+Blue) = 175+227+141=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE38D is #501C72. Grayscale: #C9C9C9. Windows color (decimal): -5250163 or 9298863. OLE color: 9298863.

HSL color Cylindrical-coordinate representation of color #AFE38D: hue angle of 96.28º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE38D is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 141 -
CMYK 0.23 0 0.38 0.11
HSL 96.28º 0.61% 0.72% -
HSV(B) 96.28º 0.38% 0.89% -
XYZ 49.96 65.98 35.3 -
YUV 201.65 93.77 108.99 -
System Red Green Blue C M Y K H S L
Decimal 175 227 141 0.23 0 0.38 0.11 96.28 0.61 0.72
Hex AF E3 8D 17 0 26 B 60 3D 48
Octal 257 343 215 27 0 46 13 140 75 110
Binary 10101111 11100011 10001101 10111 0 100110 1011 1100000 111101 1001000

Color Harmonies of #AFE38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE38D

Black with #AFE38D

Text Example


Text Example

White with #AFE38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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