Html Css Color HEX #AFD68B Feijoa

📋 copy color: '#AFD68B'

red 175 ◦ green 214 ◦ blue 139

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

Shades of Feijoa #AFD68B

Tints of Feijoa #AFD68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.33%

R = 33.14%
G = 40.53%
B = 26.33%

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

#AFD68B (or 0xAFD68B) is known color: Feijoa. HEX triplet: AF, D6 and 8B. RGB value is (175,214,139). Sum of RGB (Red+Green+Blue) = 175+214+139=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD68B is #502974. Grayscale: #C2C2C2. Windows color (decimal): -5253493 or 9164463. OLE color: 9164463.

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

Color convert

RGB 175 214 139 -
CMYK 0.18 0 0.35 0.16
HSL 91.2º 0.48% 0.69% -
HSV(B) 91.2º 0.35% 0.84% -
XYZ 46.39 59.07 33.38 -
YUV 193.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 175 214 139 0.18 0 0.35 0.16 91.2 0.48 0.69
Hex AF D6 8B 12 0 23 10 5B 30 45
Octal 257 326 213 22 0 43 20 133 60 105
Binary 10101111 11010110 10001011 10010 0 100011 10000 1011011 110000 1000101

Color Harmonies of #AFD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD68B

Black with #AFD68B

Text Example


Text Example

White with #AFD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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