Html Css Color HEX #AFD085 Feijoa

📋 copy color: '#AFD085'

red 175 ◦ green 208 ◦ blue 133

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

Shades of Feijoa #AFD085

Tints of Feijoa #AFD085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 33.91%
G = 40.31%
B = 25.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AFD085 (or 0xAFD085) is known color: Feijoa. HEX triplet: AF, D0 and 85. RGB value is (175,208,133). Sum of RGB (Red+Green+Blue) = 175+208+133=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD085 is #502F7A. Grayscale: #BDBDBD. Windows color (decimal): -5255035 or 8769711. OLE color: 8769711.

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

Color convert

RGB 175 208 133 -
CMYK 0.16 0 0.36 0.18
HSL 86.4º 0.44% 0.67% -
HSV(B) 86.4º 0.36% 0.82% -
XYZ 44.47 55.92 30.64 -
YUV 189.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 175 208 133 0.16 0 0.36 0.18 86.4 0.44 0.67
Hex AF D0 85 10 0 24 12 56 2C 43
Octal 257 320 205 20 0 44 22 126 54 103
Binary 10101111 11010000 10000101 10000 0 100100 10010 1010110 101100 1000011

Color Harmonies of #AFD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD085

Black with #AFD085

Text Example


Text Example

White with #AFD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD085; }

 p { color: rgb(175,208,133); }

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

background-color css

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

 a { background-color: rgb(175,208,133); }

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

border-color css

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

 span { border-color: rgb(175,208,133); }

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