Html Css Color HEX #AFE68D Feijoa

📋 copy color: '#AFE68D'

red 175 ◦ green 230 ◦ blue 141

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

Shades of Feijoa #AFE68D

Tints of Feijoa #AFE68D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.12%

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

R = 32.05%
G = 42.12%
B = 25.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#AFE68D (or 0xAFE68D) is known color: Feijoa. HEX triplet: AF, E6 and 8D. RGB value is (175,230,141). Sum of RGB (Red+Green+Blue) = 175+230+141=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE68D is #501972. Grayscale: #CBCBCB. Windows color (decimal): -5249395 or 9299631. OLE color: 9299631.

HSL color Cylindrical-coordinate representation of color #AFE68D: hue angle of 97.08º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE68D is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 141 -
CMYK 0.24 0 0.39 0.10
HSL 97.08º 0.64% 0.73% -
HSV(B) 97.08º 0.39% 0.9% -
XYZ 50.78 67.63 35.58 -
YUV 203.41 92.78 107.74 -
System Red Green Blue C M Y K H S L
Decimal 175 230 141 0.24 0 0.39 0.10 97.08 0.64 0.73
Hex AF E6 8D 18 0 27 A 61 40 49
Octal 257 346 215 30 0 47 12 141 100 111
Binary 10101111 11100110 10001101 11000 0 100111 1010 1100001 1000000 1001001

Color Harmonies of #AFE68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE68D

Black with #AFE68D

Text Example


Text Example

White with #AFE68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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