Html Css Color HEX #AFD68A Feijoa

📋 copy color: '#AFD68A'

red 175 ◦ green 214 ◦ blue 138

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

Shades of Feijoa #AFD68A

Tints of Feijoa #AFD68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.19%

R = 33.21%
G = 40.61%
B = 26.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#AFD68A (or 0xAFD68A) is known color: Feijoa. HEX triplet: AF, D6 and 8A. RGB value is (175,214,138). Sum of RGB (Red+Green+Blue) = 175+214+138=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD68A is #502975. Grayscale: #C1C1C1. Windows color (decimal): -5253494 or 9098927. OLE color: 9098927.

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

Color convert

RGB 175 214 138 -
CMYK 0.18 0 0.36 0.16
HSL 90.79º 0.48% 0.69% -
HSV(B) 90.79º 0.36% 0.84% -
XYZ 46.31 59.04 33 -
YUV 193.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 175 214 138 0.18 0 0.36 0.16 90.79 0.48 0.69
Hex AF D6 8A 12 0 24 10 5B 30 45
Octal 257 326 212 22 0 44 20 133 60 105
Binary 10101111 11010110 10001010 10010 0 100100 10000 1011011 110000 1000101

Color Harmonies of #AFD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD68A

Black with #AFD68A

Text Example


Text Example

White with #AFD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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