Html Css Color HEX #AFD38A Feijoa

📋 copy color: '#AFD38A'

red 175 ◦ green 211 ◦ blue 138

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

Shades of Feijoa #AFD38A

Tints of Feijoa #AFD38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 33.4%
G = 40.27%
B = 26.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#AFD38A (or 0xAFD38A) is known color: Feijoa. HEX triplet: AF, D3 and 8A. RGB value is (175,211,138). Sum of RGB (Red+Green+Blue) = 175+211+138=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD38A is #502C75. Grayscale: #C0C0C0. Windows color (decimal): -5254262 or 9098159. OLE color: 9098159.

HSL color Cylindrical-coordinate representation of color #AFD38A: hue angle of 89.59º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFD38A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 138 -
CMYK 0.17 0 0.35 0.17
HSL 89.59º 0.45% 0.68% -
HSV(B) 89.59º 0.35% 0.83% -
XYZ 45.56 57.54 32.75 -
YUV 191.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 175 211 138 0.17 0 0.35 0.17 89.59 0.45 0.68
Hex AF D3 8A 11 0 23 11 5A 2D 44
Octal 257 323 212 21 0 43 21 132 55 104
Binary 10101111 11010011 10001010 10001 0 100011 10001 1011010 101101 1000100

Color Harmonies of #AFD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD38A

Black with #AFD38A

Text Example


Text Example

White with #AFD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD38A; }

 p { color: rgb(175,211,138); }

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

background-color css

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

 a { background-color: rgb(175,211,138); }

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

border-color css

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

 span { border-color: rgb(175,211,138); }

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