Html Css Color HEX #AFDD94 Feijoa

📋 copy color: '#AFDD94'

red 175 ◦ green 221 ◦ blue 148

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

Shades of Feijoa #AFDD94

Tints of Feijoa #AFDD94

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 32.17%
G = 40.63%
B = 27.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#AFDD94 (or 0xAFDD94) is known color: Feijoa. HEX triplet: AF, DD and 94. RGB value is (175,221,148). Sum of RGB (Red+Green+Blue) = 175+221+148=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD94 is #50226B. Grayscale: #C7C7C7. Windows color (decimal): -5251692 or 9756079. OLE color: 9756079.

HSL color Cylindrical-coordinate representation of color #AFDD94: hue angle of 97.81º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFDD94 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 148 -
CMYK 0.21 0 0.33 0.13
HSL 97.81º 0.52% 0.72% -
HSV(B) 97.81º 0.33% 0.87% -
XYZ 48.88 62.96 37.59 -
YUV 198.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 175 221 148 0.21 0 0.33 0.13 97.81 0.52 0.72
Hex AF DD 94 15 0 21 D 62 34 48
Octal 257 335 224 25 0 41 15 142 64 110
Binary 10101111 11011101 10010100 10101 0 100001 1101 1100010 110100 1001000

Color Harmonies of #AFDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD94

Black with #AFDD94

Text Example


Text Example

White with #AFDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD94; }

 p { color: rgb(175,221,148); }

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

background-color css

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

 a { background-color: rgb(175,221,148); }

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

border-color css

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

 span { border-color: rgb(175,221,148); }

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