Html Css Color HEX #AFD68D Feijoa

📋 copy color: '#AFD68D'

red 175 ◦ green 214 ◦ blue 141

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

Shades of Feijoa #AFD68D

Tints of Feijoa #AFD68D

RGB

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

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

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

R = 33.02%
G = 40.38%
B = 26.6%

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

#AFD68D (or 0xAFD68D) is known color: Feijoa. HEX triplet: AF, D6 and 8D. RGB value is (175,214,141). Sum of RGB (Red+Green+Blue) = 175+214+141=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD68D is #502972. Grayscale: #C2C2C2. Windows color (decimal): -5253491 or 9295535. OLE color: 9295535.

HSL color Cylindrical-coordinate representation of color #AFD68D: hue angle of 92.05º 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 #AFD68D is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 141 -
CMYK 0.18 0 0.34 0.16
HSL 92.05º 0.47% 0.7% -
HSV(B) 92.05º 0.34% 0.84% -
XYZ 46.53 59.13 34.16 -
YUV 194.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 175 214 141 0.18 0 0.34 0.16 92.05 0.47 0.7
Hex AF D6 8D 12 0 22 10 5C 2F 46
Octal 257 326 215 22 0 42 20 134 57 106
Binary 10101111 11010110 10001101 10010 0 100010 10000 1011100 101111 1000110

Color Harmonies of #AFD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD68D

Black with #AFD68D

Text Example


Text Example

White with #AFD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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