Html Css Color HEX #AFD68C Feijoa

📋 copy color: '#AFD68C'

red 175 ◦ green 214 ◦ blue 140

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

Shades of Feijoa #AFD68C

Tints of Feijoa #AFD68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.47%

R = 33.08%
G = 40.45%
B = 26.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#AFD68C (or 0xAFD68C) is known color: Feijoa. HEX triplet: AF, D6 and 8C. RGB value is (175,214,140). Sum of RGB (Red+Green+Blue) = 175+214+140=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD68C is #502973. Grayscale: #C2C2C2. Windows color (decimal): -5253492 or 9229999. OLE color: 9229999.

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

Color convert

RGB 175 214 140 -
CMYK 0.18 0 0.35 0.16
HSL 91.62º 0.47% 0.69% -
HSV(B) 91.62º 0.35% 0.84% -
XYZ 46.46 59.1 33.77 -
YUV 193.9 97.58 114.52 -
System Red Green Blue C M Y K H S L
Decimal 175 214 140 0.18 0 0.35 0.16 91.62 0.47 0.69
Hex AF D6 8C 12 0 23 10 5C 2F 45
Octal 257 326 214 22 0 43 20 134 57 105
Binary 10101111 11010110 10001100 10010 0 100011 10000 1011100 101111 1000101

Color Harmonies of #AFD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD68C

Black with #AFD68C

Text Example


Text Example

White with #AFD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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