Html Css Color HEX #AFE681 Feijoa

📋 copy color: '#AFE681'

red 175 ◦ green 230 ◦ blue 129

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

Shades of Feijoa #AFE681

Tints of Feijoa #AFE681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.16%

R = 32.77%
G = 43.07%
B = 24.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#AFE681 (or 0xAFE681) is known color: Feijoa. HEX triplet: AF, E6 and 81. RGB value is (175,230,129). Sum of RGB (Red+Green+Blue) = 175+230+129=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE681 is #50197E. Grayscale: #CACACA. Windows color (decimal): -5249407 or 8513199. OLE color: 8513199.

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

Color convert

RGB 175 230 129 -
CMYK 0.24 0 0.44 0.10
HSL 92.67º 0.67% 0.7% -
HSV(B) 92.67º 0.44% 0.9% -
XYZ 49.94 67.29 31.13 -
YUV 202.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 175 230 129 0.24 0 0.44 0.10 92.67 0.67 0.7
Hex AF E6 81 18 0 2C A 5D 43 46
Octal 257 346 201 30 0 54 12 135 103 106
Binary 10101111 11100110 10000001 11000 0 101100 1010 1011101 1000011 1000110

Color Harmonies of #AFE681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE681

Black with #AFE681

Text Example


Text Example

White with #AFE681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE681; }

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

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

background-color css

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

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

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

border-color css

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

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

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