Html Css Color HEX #AFD68E Feijoa

📋 copy color: '#AFD68E'

red 175 ◦ green 214 ◦ blue 142

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

Shades of Feijoa #AFD68E

Tints of Feijoa #AFD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 32.96%
G = 40.3%
B = 26.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#AFD68E (or 0xAFD68E) is known color: Feijoa. HEX triplet: AF, D6 and 8E. RGB value is (175,214,142). Sum of RGB (Red+Green+Blue) = 175+214+142=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD68E is #502971. Grayscale: #C2C2C2. Windows color (decimal): -5253490 or 9361071. OLE color: 9361071.

HSL color Cylindrical-coordinate representation of color #AFD68E: hue angle of 92.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFD68E is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 142 -
CMYK 0.18 0 0.34 0.16
HSL 92.5º 0.47% 0.7% -
HSV(B) 92.5º 0.34% 0.84% -
XYZ 46.61 59.16 34.55 -
YUV 194.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 175 214 142 0.18 0 0.34 0.16 92.5 0.47 0.7
Hex AF D6 8E 12 0 22 10 5C 2F 46
Octal 257 326 216 22 0 42 20 134 57 106
Binary 10101111 11010110 10001110 10010 0 100010 10000 1011100 101111 1000110

Color Harmonies of #AFD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD68E

Black with #AFD68E

Text Example


Text Example

White with #AFD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD68E; }

 p { color: rgb(175,214,142); }

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

background-color css

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

 a { background-color: rgb(175,214,142); }

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

border-color css

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

 span { border-color: rgb(175,214,142); }

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