Html Css Color HEX #AFF386 Feijoa

📋 copy color: '#AFF386'

red 175 ◦ green 243 ◦ blue 134

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

Shades of Feijoa #AFF386

Tints of Feijoa #AFF386

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.02%

 BLUE value IS 134 (52.73% from 255) = 24.28%

R = 31.7%
G = 44.02%
B = 24.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#AFF386 (or 0xAFF386) is known color: Feijoa. HEX triplet: AF, F3 and 86. RGB value is (175,243,134). Sum of RGB (Red+Green+Blue) = 175+243+134=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF386 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF386 is #500C79. Grayscale: #D2D2D2. Windows color (decimal): -5246074 or 8844207. OLE color: 8844207.

HSL color Cylindrical-coordinate representation of color #AFF386: hue angle of 97.43º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFF386 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 134 -
CMYK 0.28 0 0.45 0.05
HSL 97.43º 0.82% 0.74% -
HSV(B) 97.43º 0.45% 0.95% -
XYZ 54.03 74.94 34.17 -
YUV 210.24 84.97 102.86 -
System Red Green Blue C M Y K H S L
Decimal 175 243 134 0.28 0 0.45 0.05 97.43 0.82 0.74
Hex AF F3 86 1C 0 2D 5 61 52 4A
Octal 257 363 206 34 0 55 5 141 122 112
Binary 10101111 11110011 10000110 11100 0 101101 101 1100001 1010010 1001010

Color Harmonies of #AFF386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF386

Black with #AFF386

Text Example


Text Example

White with #AFF386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF386; }

 p { color: rgb(175,243,134); }

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

background-color css

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

 a { background-color: rgb(175,243,134); }

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

border-color css

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

 span { border-color: rgb(175,243,134); }

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